S
spitapps
I am creating a date selector using the .NET calendar control. I have
an icon on my webpage and once the icon is clicked i want a DIV
containing a calendar control to popup and have the user select a date
and have that date put into a textbox on the webpage and the DIV with
the calendar control inside to be removed. I have the calendar
control at the bottom of the HTML code wrapper in a DIV and a
javascript call to make the DIV visible on click, that all works. But
once a try and move the month forward/backward or select a date the
DIV is removed from the page. Any thoughts on why the DIV wont get
displayed after i try and interact with the calendar control??
an icon on my webpage and once the icon is clicked i want a DIV
containing a calendar control to popup and have the user select a date
and have that date put into a textbox on the webpage and the DIV with
the calendar control inside to be removed. I have the calendar
control at the bottom of the HTML code wrapper in a DIV and a
javascript call to make the DIV visible on click, that all works. But
once a try and move the month forward/backward or select a date the
DIV is removed from the page. Any thoughts on why the DIV wont get
displayed after i try and interact with the calendar control??