calender in modal window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a button that opens a modal window which has the calender control in
it. I allow the user to select a date then that date should be passed back to
the parent form. I'm having an issue with this. When I select a date, i keep
getting a JavaScript error and i debug it and it goes to this line:

__doPostBack('ctlCalender','1781').



i can get this working in VB.NET so i converted the code over and now i get
the error. I need this in C#
 
that didn't work either. I did try it on the same page and it worked. Its
something with either the new window, or the session variable really isn't
being "saved" for some reason
 
Back
Top