pop up calendar
-
I have used c#, vs2005 . I have created a pop up calender using javascript in asp.net but couldnot pass selected date into parent form. plz help me how can i achive this :(
-
I have used c#, vs2005 . I have created a pop up calender using javascript in asp.net but couldnot pass selected date into parent form. plz help me how can i achive this :(
It's hard to know exactly what you're asking. If you want to pass the data back to codebehind, put an asp control on your form, a hidden control is best, and use javascript to write the value selected in the date picker into that control, so you can get it from the code behind.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I have used c#, vs2005 . I have created a pop up calender using javascript in asp.net but couldnot pass selected date into parent form. plz help me how can i achive this :(
perhaps this could help you... href="javascript:show_calendar('frmName.txtDate');" title="Calendar"
Thanks & Regards... Amit