TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nel
NA
716
1.1m
Bold only certain (discontinuous) dates in the MonthCalendar
Mar 1 2013 6:06 AM
Hello,
I have a list of dates.
Can anybody help me please how to highlight/bold them on the MonthCalendar control?
Here is my code for the list of dates:private void monthCalendar1_DateSelected(object sender, DateRangeEventArgs e)
{
richTextBox1.Text += e.Start.ToShortDateString() + "," + Environment.NewLine;
i++;
textBox2.Text = Convert.ToString(i);
List<DateTime> dates = new List<DateTime>();
DateTime dt = Convert.ToDateTime(e.Start.ToShortDateString());
string dt1 = Convert.ToString(dt);
dt2 = dt1.Substring(0,10);
dates.Add(dt);
dati=Convert.ToString(dates);
}
Thank you very much in advance.
Reply
Answers (
2
)
In Production server Barcode was't worked in crystal report
stored procedure update from c#.net