I am able to __doPostBack on the onChange event (when I manually change the text in the control.) when I select the date from the calendar It does not fire the OnChange event. So I thought of doing postback onBlur. Which is already overridded by the control
and it not letting me override it. How can I fire the Onchange event when either date is selected from the calendar or override the OnBlur? Or any other idea of implementing Postback when date changes in the textbox.
Member
80 Points
30 Posts
BDPLite DatePicker Postback OnChange
Jun 14, 2010 07:46 AM|Jawahir Lal|LINK
Hi,
I am using Basic Date Picker
<BDP:BDPLite ID="dteDate" runat="server" DateFormat="d" TextBoxColumns="8"> </BDP:BDPLite>
I am able to __doPostBack on the onChange event (when I manually change the text in the control.) when I select the date from the calendar It does not fire the OnChange event. So I thought of doing postback onBlur. Which is already overridded by the control and it not letting me override it. How can I fire the Onchange event when either date is selected from the calendar or override the OnBlur? Or any other idea of implementing Postback when date changes in the textbox.
Regards,
Jawahir
Star
12670 Points
3263 Posts
Re: BDPLite DatePicker Postback OnChange
Jun 14, 2010 09:38 AM|chintanpshah|LINK
I think you should post your question on forum of the product you use.
Consider posting question at: http://forums.basicdatepicker.com/forums/
My Software Website