summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/TActiveFileUploadAutoPostBackTest.page
blob: 66c2a0c4d6ff4a3f7c794526ce8cb1a7c83ee9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<com:TForm ID="form1">

	<h1 id="heading">TActiveFileUpload AutoPostBack Functional Test</h1>
	<com:TActiveFileUpload ID='uploader' OnFileUpload="uploadComplete" AutoPostBack="false"/>

	<com:TActiveButton ID="button1" Text="Submit File"/>

	<com:TActiveButton ID="button2" Text="This won't submit the file"/>

	<com:TActiveLabel ID="label1" Text="Label 1" />

</com:TForm>