Dear All,
I have a calenderextender in a form with the following properties.
</ajaxToolkit:
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID = "txtDeadLine" Format="dd/MM/yyyy" PopupButtonID="btnDate">
</ajaxToolkit:CalendarExtender>
So the date selected by the CalenderExtender, the value gets displayed in the txtDeadLine.Text. The problem is when i save the data, the date displayed in the txtDeadLine.text becomes empty and the date is not saved.
How do i save the date using CalenderExtender. I can save the date using the normal Calender.
Help wud be appreciated
sajit
>
View Complete Post