Hi
I am using RadDatePicker in my web application and I am using the following code snippet to execute database operation while selecting a date.
<telerik:RadDatePicker runat="server" ID="targetDatePicker" DbSelectedDate='12\2\2008' AllowEmpty="true" RadControlsDir="~/Control/RadControls/" OnDateSelected='<%#CreateCompleteDateRequest(123)%>'>
Note: Function CreateCompleteDateRequest(123) handle ajax code that updates the database.
However, it worked in OnClick() event. But we require the operation in OnDateSelected (after selecting a date from date picker).
Could you please share if you happen to know any resolution.
Thanks,
Dipankar Shakya
I am using RadDatePicker in my web application and I am using the following code snippet to execute database operation while selecting a date.
<telerik:RadDatePicker runat="server" ID="targetDatePicker" DbSelectedDate='12\2\2008' AllowEmpty="true" RadControlsDir="~/Control/RadControls/" OnDateSelected='<%#CreateCompleteDateRequest(123)%>'>
Note: Function CreateCompleteDateRequest(123) handle ajax code that updates the database.
However, it worked in OnClick() event. But we require the operation in OnDateSelected (after selecting a date from date picker).
Could you please share if you happen to know any resolution.
Thanks,
Dipankar Shakya