0
kicks
How to Change Background Color of Current Week in ASP.NET Calendar ?
ASP.NET Calendar control does not provide any direct styles for the current week selection when your selection mode is date only. Calendar control provides members like SelectedDayStyle, WeekendDayStyle, TodayDayStyle to apply the styles for specific dates. This post shows how to change the background color of a selected week using the ASP.NET calendar control.