Select Multiple Non-Sequential Dates...Ghanashyam Nayak15yPublished Apr 5, 2011, 12:00 AMUpdated Apr 5, 2011, 9:03 AM3.6k00Reactions×25Blog protected void Calendar1_SelectionChanged(object sender, EventArgs e) { Calendar1.SelectedDates.Clear(); Calendar1.SelectedDates.Add(new DateTime(2010, 7, 10)); Calendar1.SelectedDates.Add(new DateTime(2010, 7, 22)); Calendar1.SelectedDates.Add(new DateTime(2010, 7, 28)); } CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.