summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/Validation/CheckBox.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Validation/CheckBox.page')
-rw-r--r--tests/FunctionalTests/protected/pages/Validation/CheckBox.page35
1 files changed, 0 insertions, 35 deletions
diff --git a/tests/FunctionalTests/protected/pages/Validation/CheckBox.page b/tests/FunctionalTests/protected/pages/Validation/CheckBox.page
deleted file mode 100644
index 0653a0c2..00000000
--- a/tests/FunctionalTests/protected/pages/Validation/CheckBox.page
+++ /dev/null
@@ -1,35 +0,0 @@
-<%@ Title="An AutoPostBack CheckBox" %>
-<com:TContent ID="Content">
-
-<h1>An AutoPostBack CheckBox</h1>
-
-<com:TCheckBox
- AutoPostBack="true"
- Text="Without ValidationGroup"
- ID="checkbox1"
- />
-<br/>
-<com:TCheckBox
- AutoPostBack="true"
- Text="With ValidationGroup"
- ValidationGroup="Group"
- ID="checkbox2"
- />
-<br/>
-<com:TCheckBox
- AutoPostBack="true"
- CausesValidation="false"
- Text="CausesValidation=false"
- ID="checkbox3"
- />
-<br/>
-Input: <com:TTextBox ID="TextBox"/>
-<com:TRequiredFieldValidator
- ControlToValidate="TextBox"
- Display="Dynamic"
- ErrorMessage="input required in the textbox"
- ValidationGroup="Group"
- ID="validator1"
- />
-<br/>
-</com:TContent> \ No newline at end of file