ASP.NET CellPadding Property


Calendar Control Reference Complete Calendar Control Reference

Definition and Usage

The CellPadding property is used to sets the space between the border and the contents of a calendar cell.

Syntax

<asp:Calendar CellPadding="pixels" runat="server" />

Attribute Description
pixels Specifies the space (in pixels) between the border and the contents of a calendar cell


Example

The following example shows a calendar with CellPadding 15:

<form runat="server">
<asp:Calendar id="cal1" runat="server" CellPadding="15" />
</form>

Show example »

Calendar Control Reference Complete Calendar Control Reference

Color Picker

colorpicker