Explain how server control validation controls works?
Answer Posted / sudhir kunnure
It's simple use server validation control.Just drag
validation control which u required. then set property as
like controlTovalidate,Set proper message. Finally set
value of validation.it depends on which validation control
using if u use 1.Requiredfiledvalidation-then set initial
value
2.Range validator-Max value and min value
3.Regularexpressionvalidation-use format email,phone etc.
4.Compaire validation-Two controls contol of compare and
its operator -less,greater,Equal etc.
5.Custom validator-U can call ur javascript function.
6.Summary validation-is' showing summary of all validations
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why Unload event of MasterPage Calls first in ASP.net ?
What is the difference between visual basic and asp.net?
What is an asp.net web form?
What are the advantages of using session?
What are standard controls?
What is application session?
What are the different types of proxy patterns?
What is session management in web application?
Explain how to prepare culture-specific formatting in .net.
Can we use a static function with a non-static variable?
Is react a template engine?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How tooltip is set through code-behind in ASP.NET?
What is Web Server Control Templates.?
What is the difference between typeof() vs gettype()?