Fav 3 : Three Favorite .NET Tips and Tricks from Daily .NET Tips – Series 5

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 ]

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.