Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView not Updating Pin
mnvkng7619-May-07 2:57
mnvkng7619-May-07 2:57 
QuestionPartiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:08
wEb GuRu...18-May-07 3:08 
AnswerRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:13
mentorNot Active18-May-07 3:13 
GeneralRe: Partiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:28
wEb GuRu...18-May-07 3:28 
GeneralRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:53
mentorNot Active18-May-07 3:53 
QuestionProblem accessing mysql database on *.aspx.cs page Pin
arpitscd18-May-07 2:48
arpitscd18-May-07 2:48 
AnswerRe: Problem accessing mysql database on *.aspx.cs page Pin
DavidNohejl18-May-07 6:09
DavidNohejl18-May-07 6:09 
QuestionCalender popup window Pin
deep718-May-07 2:44
deep718-May-07 2:44 
Hi, In my application, on click of an image, a calender popup is shown, which is another aspx page.

If i keep a button in calender.aspx page, then in 'onclick event' i send the selected date to the parent form...but i want to do this in selectionChanged event of the calender control...i do th following:

strSelectedDate = Calendar1.SelectedDate.ToString(objConfig.DateDisplayFormat);//Calendar1.SelectedDate.ToString("dd/MM/yyyy");
strFormName = Request.QueryString["FormName"];
strCtrlName = Request.QueryString["CtrlName"];

string strJava = "" +
"function ReturnDate()" +
"{" +
"window.opener.document.forms['<%= strFormName %>'].elements['<%= strCtrlName %>'].value = '<%= strSelectedDate %>';" +
"window.close();" +
"}" +
"";

How do i run this script in selecttionChanged event of calender control?
AnswerRe: String Operations Pin
Not Active18-May-07 2:18
mentorNot Active18-May-07 2:18 
JokeRe: String Operations Pin
Sandeep Akhare18-May-07 2:40
Sandeep Akhare18-May-07 2:40 
QuestionVery Urgent Pin
Kurmala18-May-07 2:13
Kurmala18-May-07 2:13 
AnswerRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:16
Sathesh Sakthivel18-May-07 2:16 
AnswerRe: Very Urgent Pin
Not Active18-May-07 2:17
mentorNot Active18-May-07 2:17 
GeneralRe: Very Urgent Pin
Kurmala18-May-07 2:20
Kurmala18-May-07 2:20 
AnswerRe: Very Urgent Pin
Sylvester george18-May-07 2:17
Sylvester george18-May-07 2:17 
AnswerRe: Very Urgent Pin
Nouman Bhatti18-May-07 2:44
Nouman Bhatti18-May-07 2:44 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:28
Sathesh Sakthivel18-May-07 2:28 
GeneralRe: Very Urgent Pin
Sylvester george18-May-07 2:30
Sylvester george18-May-07 2:30 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:39
Sathesh Sakthivel18-May-07 2:39 
AnswerStop making all your message titles URGENT Pin
leckey18-May-07 4:33
leckey18-May-07 4:33 
QuestionFormat Textbox to currency format on lostfocus Pin
aransiola18-May-07 1:13
aransiola18-May-07 1:13 
AnswerRe: Format Textbox to currency format on lostfocus Pin
Not Active18-May-07 2:14
mentorNot Active18-May-07 2:14 
AnswerRe: Format Textbox to currency format on lostfocus Pin
Sylvester george18-May-07 2:14
Sylvester george18-May-07 2:14 
QuestionGridview cellwidth Pin
aransiola18-May-07 1:09
aransiola18-May-07 1:09 
AnswerRe: Gridview cellwidth Pin
Sathesh Sakthivel18-May-07 1:36
Sathesh Sakthivel18-May-07 1:36 

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.