ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
The "DayRender" event of the System.Web.UI.WebControls.Calendar control is raised when each day is created. Write an event handler for that event and you can add additional controls to the day cell of the control.
quote:Originally posted by planoie
The "DayRender" event of the System.Web.UI.WebControls.Calendar control is raised when each day is created. Write an event handler for that event and you can add additional controls to the day cell of the control.
Hi Peter
Thank u so much for your reply.
Can u please tell me how to access that day cell and add some dynamic value let say no. of appointments for that day?
Please look at the link I posted. There is complete documentation there. The "Event Data" section of that link describes the data sent with the DayRender event.