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 the javascript validation not run on the asp.net button but run successfully on the html button?
Describe the disadvantage of cookies.
Can you dynamically assign a Master Page?
What is data control in asp.net?
What do you mean by query string?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Why is xap important?
Does web services support data reader like pom project?
Explain different authentication modes in asp.net?
What is autopostback in dropdownlist in asp net?
Which is faster union or union all?
Contrast OOP and SOA. What are tenets of each ?
What is request and response in asp.net?
Why do you use the app_code folder in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?