Pathi,
If you change the validator's visible property to false they never even get
rendered on the page. (If you run your page and do a viewsource you'll see
that they aren't even there.)
To do what you're attempting you need to leave visible set to true and
instead set the display property to "None".
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"pathi" <ba*******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I have placed the Compare Validator, and a Range validator for two
TextBoxes, and turn the Visible property false. Then I have palced a
Validator Summary control on the WebForm. But the Summary did not
display the validation summary. What is the problem ?