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

<h1>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" />

<div class="last-modified">$Id$</div></com:TContent>