Here is the fifth post of the Fav 3 series that we are continuing. Today’s favorite tips are based on customizing ASP.NET Calendar control.
#1 How to change selected date background color of current week in ASP.NET Calendar ?
This tip is kind of extension of previous tip. Here we will get to know how we can highlight the the Current week selected date in some different color format not Complete Week [ Read Complete Post Here ]
#2 How to Change Background Color of Current Week in ASP.NET Calendar ?
This tip talks about one interesting customization of ASP.NET Calendar Control. Calendar control provides members like SelectedDayStyle
, WeekendDayStyle
, TodayDayStyle
to apply the styles for specific dates. Let’s consider a situation where, you need highlight the current week with some different color. ASP.NET Calendar control
does not provides any direct styles for the current week selection when your selection mode is date only. Let’s have a look how to deal with that. [ Read Complete Post Here ]
#3 ASP.NET Calendar Control as Outlook Calendar
This is a serious necessity in few applications where you want to show the appointments over a calendar. Though most of us are not aware, ASP.net calendar provides an easier way to deal with this. In this tip I am going to show how we can use a ASP.NET Calendar control as Outlook Calendar. [ Read Complete Post Here ]