text changed event
-
Dear all, Here i have a problem with text changed event. I have a popup calender which i will select in a textbox. I want to check the selected date with the date, which is already entered before this record. I want to check after selecting one date from calender, that the selected date is greater than the inserted date. Here on textchanged event,that means user should enter data into the textbox,then only the event is firing.but it is not happening at the time of date selectd from popup calender. My requirement is the event has to be fired on both cases,ie if the user enters date from keyboard or selects from pop-up calender. i have tried using querystring,on databinding etc.It is not working.can anybody give me some idea. Thanks in advance
kissy
-
Dear all, Here i have a problem with text changed event. I have a popup calender which i will select in a textbox. I want to check the selected date with the date, which is already entered before this record. I want to check after selecting one date from calender, that the selected date is greater than the inserted date. Here on textchanged event,that means user should enter data into the textbox,then only the event is firing.but it is not happening at the time of date selectd from popup calender. My requirement is the event has to be fired on both cases,ie if the user enters date from keyboard or selects from pop-up calender. i have tried using querystring,on databinding etc.It is not working.can anybody give me some idea. Thanks in advance
kissy
CalendarExtender has event "OnClientDateSelectionChanged" try using this event.
-
CalendarExtender has event "OnClientDateSelectionChanged" try using this event.