summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page25
1 files changed, 25 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page
new file mode 100644
index 00000000..75ca9c52
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page
@@ -0,0 +1,25 @@
+<com:TContent ID="body">
+
+<h1>TValidationSummary Samples</h1>
+
+<table class="sampletable">
+
+<tr>
+<td class="samplenote">
+Required field validator with default settings:
+</td>
+<td class="sampleaction">
+<com:TValidationSummary ValidationGroup="Group1" />
+<com:TTextBox ID="TextBox1" />
+<com:TRequiredFieldValidator
+ ValidationGroup="Group1"
+ ControlToValidate="TextBox1"
+ Text="Field required." />
+<com:TButton Text="Submit" ValidationGroup="Group1" />
+</td>
+</tr>
+
+
+</table>
+
+</com:TContent> \ No newline at end of file