Add a new textbox control make sure it does not view it .. DO NOT set to visible to false...
Set the calendar control to this 'invisble' TextBox.
Add a onChange event in this TextBox so that you can move value from this control to the orignal TextBox and make sure you clear the value from 'invisble' TextBox.
rajaron
Member
657 Points
202 Posts
Re: CalendarExtender - Default Value
Apr 22, 2008 12:17 PM|LINK
There is a tweak to resolve the issue.
Add a new textbox control make sure it does not view it .. DO NOT set to visible to false...
Set the calendar control to this 'invisble' TextBox.
Add a onChange event in this TextBox so that you can move value from this control to the orignal TextBox and make sure you clear the value from 'invisble' TextBox.
This will resolve the issue.