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
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is globalization and localization in asp net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between page directive include and action tag include?
What are validator? Name the validation controls in asp.net? How do you disable them?
Differentiate strong typing and weak typing
What is form submit?
Can we override the enablepartialrendering property of the scriptmanager class?
How to sign out from forms authentication?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the use of worker process in asp.net?
What is custom attribute?
How can we pass info between 2 asp.net pages?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are the uses of list view control in Asp.net?