Hi,
I am trying to achieve the following functionality.
1. Display only the calendar pop up image and make the textbox associated with it invisible. For this I am using RadDatePicker control and managed to hide the textbox and show only the pop up.
2. Whenever a date is selected on the pop up, I want to add the selected date item to a drop down on the server side. The Dropdown is an asp.net control.
3. I am using the onselecteddatechanged event of the RadDatePicker with its AutoPostBack set to true. For trial runs, I am writing the Old date and New date in a textBox.
My problem is that when the date is selected on the calendar pop up for the first time, a Postback occurs and the text in the textbox is written with Old Date as null and new date as selected from the pop up. However on subsequent attempts when i select a different date from the calendar pop up there is nothing happening. No postback takes place and the textbox text remains same.
Reuqest you to kindly help me with this problem