<asp:calendar>

pmt1977

New Member
I'm trying to create a calendar and fill it with data. I was really excited to see that ASP.NET had an <asp:calendar> control. However, the more I look into it, the more it seems like its only use is date selection. Can you add text to the cells of the calendar and change the functionality of it?You can do all those things with the calendar control. You can add text to the dates, have it pull the information from a database, etc. Look into using the onrender event of the day.Can you show an example using the onrender event and a database?
 
Back
Top