|
-
Oct 5th, 2005, 10:06 AM
#1
Thread Starter
Frenzied Member
[resolved] Calendar1.SelectedMonth ??
The calendar control has a SelectedDate property, but why isn't there a SelectedMonth property? I want the calendar to display the month of the selected date, not this month.
Try this,... Drop a Calendar control on a WebForm, and in the Page_Load, but this line of code:
VB Code:
Calendar1.SelectedDate = Now.AddDays(45)
Now when you run the project, the page loads and displays the current month, but the selected date is next month!
Anyone have any ideas?
Last edited by MrGTI; Oct 5th, 2005 at 10:28 AM.
Reason: resolved
~Peter

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|