ASP.NET RadioButton Control
Complete Web Control Reference
Definition and Usage
The RadioButton control is used to display a radio button.
Tip: To create a set of radio buttons using data binding, use the
RadioButtonList control!
Properties
Property |
Description |
AutoPostBack |
A Boolean value that specifies whether the form should be
posted immediately after the Checked property has changed or not. Default is
false |
Checked |
A Boolean value that specifies whether the radio button is
checked or not |
id |
A unique id for the control |
GroupName |
The name of the group to which this radio button belongs |
OnCheckedChanged |
The name of the function to be executed when the Checked
property has changed |
runat |
Specifies that the control is a server control. Must
be set to "server" |
Text |
The text next to the radio button |
TextAlign |
On which side of the radio button the text should appear
(right or left) |
Examples
Radiobutton
In this example we declare three RadioButton
controls, one Button control, and one Label control in an .aspx file. When the submit button is triggered, the submit subroutine is executed. The
submit subroutine may respond in three ways: if the radiobutton with id="red" is
selected, the server sends the message "You selected Red" to the Label control.
If the radiobutton with id="green" is selected, the server sends the message
"You selected Green" to the Label control. If the radiobutton with
id="green" is selected, the server sends the message "You selected Blue" to the
Label control.
Complete Web Control Reference
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
|