summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page
blob: d2e0de614bb4e395612c7d8fd74b37a7c60e77e2 (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"/>
</com:TContent>