summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButton.page
blob: 8289a14832e93470409142673a11958f9c61cb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<com:TContent ID="body" >

<h1 id="172026">TRadioButton</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveRadioButton" />

<p class="block-content">
<tt>TActiveRadioButton</tt> is the active control counter part to <tt>TRadioButton</tt>.
The <tt>AutoPostBack</tt> property is set to true by default. Thus, when the radio button is clicked a
<tt>OnCallback</tt> event is raise after <tt>OnCheckedChanged</tt> event.
</p>

<p class="block-content">
The <tt>Text</tt> and <tt>Checked</tt> properties can be changed during a callback.
The <tt>GroupName</tt> property may <b>NOT</b> be changed during callback because the client-side
<tt>name</tt> attribute is read-only and can not be changed using javascript.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TActiveRadioButton.Home" />
</com:TContent>