Calendar Control

samsmithnz

Senior Contributor
Joined
Jul 22, 2003
Messages
1,038
Location
Boston
I'm using a calendar control on my website, and I set the date in the control to a value I read out of a database:

Code:
myCalendar.SelectedDate = dteDBDate

The problem is, that if I for example read the 30th August (8/30/2004), it selects that date, but displays the current month (March). (so if I navigate to august, the 30th is selected).

How do I set up my calendar so that it shows the selected date month???
 
Thanks kahlua001, I don't know why they haven't made you an asp.net forum leader yet, you really know your stuff!
 
Back
Top