summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/validators/protected/pages/CausesValidation.page
blob: c6748b9a9c9f50a66e834f6ae127fbb2e9e09ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TContent ID="Content">

<h1>Test for CausesValidation="false"</h1>
<div>
<com:TTextBox ID="TestTextBox" />
<com:TRequiredFieldValidator ID="TestRFValidator" ControlToValidate="TestTextBox" ErrorMessage="Field Required." />
<com:TButton ID="TestButton" OnCommand="Page.onTest" Text="Test" CausesValidation="false" />
<com:TLabel ID="Label1" />
</div>

</com:TContent>