blob: c50f3cdb1e44f0e2ff52d98a14cdedbd3410f3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<com:TContent ID="body" >
<com:LabeledTextBox
ID="Input"
Label.Text="Username" />
<com:TButton
Text="Submit"
OnClick="buttonClicked" />
<com:TRequiredFieldValidator
ControlToValidate="Input.TextBox"
ErrorMessage="You must enter a value"/>
<div class="last-modified">$Id$</div></com:TContent>
|