From d333551610131ab486ef566f20b9762645ef5ebb Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sat, 27 May 2006 02:57:23 +0000
Subject: Possible fix for #171 (including TColorPicker). Fixed #160.
---
.../protected/pages/Controls/Samples/TDataTypeValidator/Home.page | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'demos/quickstart/protected/pages/Controls/Samples')
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page
index 783769ff..ac83f745 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page
@@ -31,8 +31,8 @@ Data type validator with client-side validation disabled:
ValidationGroup="Group2"
EnableClientScript="false"
ControlToValidate="TextBox2"
- DataType="Currency"
- Text="You must enter a currency." />
+ DataType="Integer"
+ Text="You must enter an integer." />
@@ -47,7 +47,8 @@ Validating a date input:
ValidationGroup="Group3"
ControlToValidate="TextBox3"
DataType="Date"
- Text="You must enter a valid date." />
+ DateFormat="d/M/yyyy"
+ Text="You must enter a valid date (d/M/yyyy)." />
--
cgit v1.2.3