DayRenderEventArgs::Cell Property
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Use the Cell property to programmatically control the cell being rendered in the Calendar control.
You can customize the contents of a cell by dynamically adding controls to the Control::Controls collection of the Cell property.
Note |
|---|
Because the DayRender event is raised while the Calendar control is being rendered, you cannot add a control that can also raise an event, such as LinkButton. You can add only static controls, such as LiteralControl, Label, Image, and HyperLink. |
The following code example demonstrates how to use the Cell property to programmatically change the background color of the days in the displayed month to yellow. It also demonstrates how to customize the contents of a cell by adding a System.Web.UI::LiteralControl control to the Control::Controls collection of the Cell property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note