ASP.NET Checked Property
Complete CheckBox Control Reference
Definition and Usage
The Checked property specifies whether or not a
CheckBox control is checked.
By default a checkbox is not checked.
Syntax
|
<asp:CheckBox Checked="TRUE|FALSE" runat="server" /> |
Example
The following example validates when a checkbox is selected:
<form runat="server">
<asp:CheckBox id="check1" runat="server"
Checked="TRUE" />
</form>
|
Show example »
|
Complete CheckBox Control Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|