Click here to Skip to main content
15,881,559 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Page refresh [modified] Pin
R.Palanivel19-Aug-08 2:02
R.Palanivel19-Aug-08 2:02 
AnswerRe: Page refresh Pin
omlac19-Aug-08 2:18
omlac19-Aug-08 2:18 
AnswerRe: Page refresh Pin
ChrisKo19-Aug-08 9:26
ChrisKo19-Aug-08 9:26 
QuestionReturning a value from a popup window Pin
Gretna19-Aug-08 1:07
Gretna19-Aug-08 1:07 
AnswerRe: Returning a value from a popup window Pin
Abhijit Jana19-Aug-08 1:28
professionalAbhijit Jana19-Aug-08 1:28 
GeneralRe: Returning a value from a popup window Pin
Gretna19-Aug-08 2:51
Gretna19-Aug-08 2:51 
GeneralRe: Returning a value from a popup window Pin
Gretna19-Aug-08 2:57
Gretna19-Aug-08 2:57 
GeneralRe: Returning a value from a popup window Pin
Gretna19-Aug-08 5:00
Gretna19-Aug-08 5:00 
Ok this is annoying I have it working in vb.net but not working in c# i have gone through and made sure that it is putting the name of the text box of where the value is to go in the correct palce and it all seems to be fine, but when the user selects a date it closes the calendar but doesn't put the value in the text box.

protected void Change_Date(object sender, System.EventArgs e)
{
string strScript = "<script>window.opener.document.forms(0)." + control.Value + ".Text = '";
strScript += calDate.SelectedDate.ToString("MM/dd/yyyy");
strScript += "';self.close()";
strScript += "</" + "script>";
RegisterClientScriptBlock("anything", strScript);
}

"When will I learn? The answers to life's problems aren't at the bottom of a bottle. They're on TV" - Homer Simpson
AnswerRe: Returning a value from a popup window Pin
Abhijit Jana19-Aug-08 5:12
professionalAbhijit Jana19-Aug-08 5:12 
GeneralRe: Returning a value from a popup window Pin
Gretna19-Aug-08 5:23
Gretna19-Aug-08 5:23 
AnswerRe: Returning a value from a popup window Pin
Abhijit Jana19-Aug-08 6:07
professionalAbhijit Jana19-Aug-08 6:07 
GeneralRe: Returning a value from a popup window Pin
Gretna19-Aug-08 22:33
Gretna19-Aug-08 22:33 
AnswerRe: Returning a value from a popup window Pin
Abhijit Jana19-Aug-08 6:08
professionalAbhijit Jana19-Aug-08 6:08 
QuestionDelete Request.QueryString variable Pin
omlac19-Aug-08 0:25
omlac19-Aug-08 0:25 
AnswerRe: Delete Request.QueryString variable Pin
The Web Developer19-Aug-08 0:30
The Web Developer19-Aug-08 0:30 
AnswerRe: Delete Request.QueryString variable Pin
omlac19-Aug-08 0:42
omlac19-Aug-08 0:42 
AnswerRe: Delete Request.QueryString variable Pin
Tripathi Swati19-Aug-08 0:50
Tripathi Swati19-Aug-08 0:50 
AnswerRe: Delete Request.QueryString variable Pin
N a v a n e e t h19-Aug-08 3:05
N a v a n e e t h19-Aug-08 3:05 
QuestionLoad new record on scroll Pin
Jagwinder Walia18-Aug-08 22:57
Jagwinder Walia18-Aug-08 22:57 
AnswerRe: Load new record on scroll Pin
Sandeep Akhare18-Aug-08 23:22
Sandeep Akhare18-Aug-08 23:22 
AnswerRe: Load new record on scroll Pin
Sathesh Sakthivel19-Aug-08 0:08
Sathesh Sakthivel19-Aug-08 0:08 
QuestionFunction byval parameters does not work with datatable type?? Pin
Hanssel18-Aug-08 22:52
Hanssel18-Aug-08 22:52 
AnswerRe: Function byval parameters does not work with datatable type?? Pin
NeverHeardOfMe19-Aug-08 0:30
NeverHeardOfMe19-Aug-08 0:30 
QuestionDisplying data into formview on link button click Pin
Rameez Raja18-Aug-08 22:37
Rameez Raja18-Aug-08 22:37 
AnswerRe: Displying data into formview on link button click Pin
AhsanS18-Aug-08 23:06
AhsanS18-Aug-08 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.