Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Calendar control Beta 2 to RTM - Selected Dates not showing

Reply
Thread Tools

Calendar control Beta 2 to RTM - Selected Dates not showing

 
 
King Adrock
Guest
Posts: n/a
 
      11-08-2005
Just thought I'd save anyone some time if they had this problem,
before I wrote code like this

myCalendar.SelectedDate = myObject.CreatedDate;

After upgrade to full RTM I noticed my calendars were not high-lighting
the dates. After wasting time checking everything under the I noticed
it worked If i did this.

myCalendar.SelectedDate = myObject.CreatedDate.Date;

Maybe it was bad coding on my part, but I remember doing it the old way
for years without problems.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Catalyst beta drivers for Vista RTM x64 Andre Da Costa[ActiveWin] Windows 64bit 2 11-03-2006 12:06 AM
Migration from 2.0 Beta 1 to 2.0 RTM version =?Utf-8?B?Ym9hcmRpbmdfa2luZw==?= ASP .Net 0 03-21-2006 11:46 AM
Dates dates dates dates... SQL and ASP.NET David Lozzi ASP .Net 1 09-30-2005 02:18 PM
Beta 1218 Works, RTM doesn't ]{artik Windows 64bit 6 05-31-2005 04:33 PM
Dates! Dates! Dates! PW ASP General 4 08-09-2004 04:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57