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
What is active web page?
What is the use of session in web application?
Do gac'ed assemblies have fulltrust?
What is the difference between the asp and asp.net?
When Cookies are expired in ASP.NET?
Explain login controls.
Explain how dot net compiled code will become platform independent?
What are demand-paging and pre-paging?
What is the difference between Session and response.Redirect?
Write a code snippet to implement the indentation in json in web api.
What are the Types of chaching. How to implement caching
What is difference between session and application in asp net?
Which is better viewstate or session?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is ispostback method in asp.net? Why do we use that?