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 difference between cache and session?
Explain the differences between managed and unmanaged code?
Can a master page have more than one contentplaceholder?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What does the hotspot class in .net do?
How is my content secured from unauthorized access?
How would you implement inheritance using c#?
What is the difference between CC and BCC?
Can we have multiple master pages in asp net?
Do you know about caching with the datasource controls?
What are the advantages of the code-behind feature?
What are the main requirements for caching?
what is the difference between response.write() and response.output.write()?
Explain Session state management options in ASP.NET.
What is web configuration file and how to use in web application