Hi I’m using the two RadDateTimePickers for start and enddates in my asp.net application.
I’m implemeting the selecteddatechanged events.
Because If both dates selected I will enable button.
Whenever I selected the date every time page is refreshing.
So I’m loosing the previous. result.
I have placed the whole code in asp updatepanel but page result is not showing.
How can I solve this?
Check the AutoPostBackControl property to see if you are posting back.
It looks like you are trying to use a server side event.
I don’t fully understand your scenario but It looks like you would be better served using a client-side event. RadDateTimePicker has OnDateSelected. On the most recent version of RadControls
you could then have both pickers run javascript to check if both pickers have a selected date.