hi,
i want to display Calender Control in my website & it must how all Govt Holidays with red color with tool tip sjowing holiday Name.
Thanks in advance.
You have to store the date in DataTable and using for loop add the holidays in the Calender control.
Calendar1.SelectedDates.Add(DateTime.Now.Date)
Thank You.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.