Hi
I have a calendar control and a dropdown in the page. Drop down has the
list of all months. When the user either selects a date from a calendar
or selects a month from the dropdown , I need to populate the grid.
Suppose the user selects a month from dropdown, then I also need to
change the selected month in the Calendar. Say the current month shown
in Calendar is March, user selects July from dropdown, then I need to
change the month to July in Calendar also. Can I bind the
selectedchanged event of dropdown to SelectedMonthCh anged even of
calendar control?
Thanks
rjn
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I have a calendar control and a dropdown in the page. Drop down has the
list of all months. When the user either selects a date from a calendar
or selects a month from the dropdown , I need to populate the grid.
Suppose the user selects a month from dropdown, then I also need to
change the selected month in the Calendar. Say the current month shown
in Calendar is March, user selects July from dropdown, then I need to
change the month to July in Calendar also. Can I bind the
selectedchanged event of dropdown to SelectedMonthCh anged even of
calendar control?
Thanks
rjn
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment