..
The family of the CheckBox Web Server Control ASP.NET creates multiple radio buttons managed by the server side. NET Framework.
Let's see the list of properties of the CheckBox:
<form runat="server">
<asp:CheckBox id="hobby_lettura" Text="Lettura" runat="server" />
<asp:CheckBox id="hobby_cinema" Text="Cinema" runat="server" />
<asp:CheckBox id="hobby_sport" Text="Sport" Checked="True" runat="server" />
</ Form>
Is selected by default the "Sports".
| |
ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €. |
| |
ASP.NET (Course)
Full course for building Web applications from 49 €. |
| |
SQL and Database (Course)
Create and manage relational databases. From 39 €. |