..
The object of the family of RadioButtonList Web Server Control ASP.NET creates a series of radio buttons managed by the server side. NET Framework, laid out in an HTML table.
Let's see the list of properties of the RadioButtonList:
<script runat="server">
Sub Example (sender As Object, e As EventArgs)
End Sub
</ Script>
<form runat="server">
<asp:RadioButtonList id="Colori" runat="server">
<asp:ListItem> Red </ asp: ListItem>
<asp:ListItem> Yellow </ asp: ListItem>
<asp:ListItem> Green </ asp: ListItem>
<asp:ListItem> Blue </ asp: ListItem>
</ Asp: RadioButtonList>
<br /> <br />
<asp:Button text="Clicca qui" OnClick="Esempio" runat="server" />
<br /> <br />
<p> <asp:label id="Testo" runat="server"/> </ p>
</ Form>
| |
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 €. |