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
Where do we store our connection string in asp.net application?
Which is faster viewdata or viewbag?
How long the items in ViewState exists?
Explain the disadvantages of viewstate?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain the overview of asp.net?
Describe the diffeerence between inline and code behind?
What is the purpose of master page?
What is an axd file?
What is the file extension of web service?
Explain authorization levels in .net ?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Why do you use the app_code folder in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Is a dll file an executable?