I added this code to my aspx file:
This code makes the control appear on my page. The problem is that no matter what date I select on the calendar, today's date shows up in the textbox. I've tried it in multiple browsers with the same results.
Am I missing something here?
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" />This code makes the control appear on my page. The problem is that no matter what date I select on the calendar, today's date shows up in the textbox. I've tried it in multiple browsers with the same results.
Am I missing something here?