score:2

Accepted answer

This can be done quite easily with the built-in calendar control that .NET provides. You're basically dealing with the DayRender event.

An excellent example can be found here: http://www.c-sharpcorner.com/UploadFile/munnamax/DatabaseDriven08212007012112AM/DatabaseDriven.aspx

score:1

You can use the standard calendar control. It will give you the ability to perform code in each cell (day) creation, so you can query your DB, find your dates, and during that paticular date's load, you can write any necessary content inside the cell.


More questions

More questions with similar tag