i have one field dropdown.
Date of birth Dropdown
Calendar
when i click the calendar that date should be displayed.(Whichever date i click that date should be displayed in dropdown).
Regards,
Rao
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Oct 26, 2012, 7:02 AM
http://keith-wood.name/datepick.html
Alok UniyalPosted Oct 26, 2012, 5:27 AM
use OnSelectionChanged="Calendar1_SelectionChanged" event of calander control.
Neha SharmaPosted Oct 26, 2012, 5:21 AM
You can use Textbox to show calender's date but related to your query refer to the below link:
http://www.aspnettutorials.com/tutorials/controls/dropdownlist-binddate-csharp.aspx
Hope it l solve your problem if it do so,mark it as answer.