Home
    Shop
    Advertise
    Write For Us
    Affiliate
    Newsletter
    Contact


How To Clear Selected Date In Calendar Control?

To remove selection of one or more selected dates in Calendar control you can use simple code like this:

[ C# ]

MyCalendar.SelectedDates.Clear();

[ VB.NET ]

MyCalendar.SelectedDates.Clear()



Related articles:

1. .NET Framework Assemblies - Part 2
2. LINQ with C# Objects, Collections and Arrays

FAQ toolbar: Submit FAQ  |  Tell A Friend  |  Add to favorites  |  Feedback



Copyright © 2002-2008 Bean Software. All rights reserved.