summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket21.page
blob: e0619ea19be09fcec368a6b7a6ce2ebcb20fd160 (plain)
1
2
3
4
5
6
7
8
9
10
<com:TContent ID="Content">
<h2 class="defect">TRadioButton always postback if AutoPostBack=true</h2>

<com:TRadioButton ID="button1" 
	AutoPostBack="true" 
	OnCheckedChanged="doClick" />
<com:TLabel ForControl="button1" Text="radio button 1" /> <br>

<com:TLabel ID="label1" />
</com:TContent>