Explain how server control validation controls works?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the use of web.config and machine.config files?
What are the new login controls in asp.net 2.0?
How can we Deploy a website?
How do you do validations. Whether client-side or server-side validations are better.?
What is boxing? How we can use it?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is different between webconfig.xml & Machineconfig.xml ?
Where is the view state data stored in asp net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is bson in web api?
About the Usage of htmlencode and urlencode ?
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?