summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket121.page
blob: ce17726dc2c0c0d52d81e483cda97cf0a8da2312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TContent ID="Content">

<com:TImageButton
	ImageUrl="http://pradosoft.github.io/docs/powered.gif"
	Text="Foo"
	ValidationGroup="Foo"
	OnClick="buttonClicked" />
<com:TTextBox ID="FooTextBox" Text="sometext"  />
<com:TRequiredFieldValidator
	ValidationGroup="Foo"
	ControlToValidate="FooTextBox"
	Text="Field required." />

<com:TLabel ID="Result" />

</com:TContent>