How many types of validation controls are provided by
ASP.NET?
Answers were Sorted based on User's Feedback
ther are six type validation controll that i know
1.reguiral filed validation
2.compareValidator
3.rangValidator
4.reguralExpressionValidator
5.customvalidator
6.validation summery
Is This Answer Correct ? | 32 Yes | 6 No |
Answer / srikanth
Six type of validation control
1.Required field validator
2.Compare Validator
3.Range Validator
4.Regular Expression Validator
5.Custom validator
6.Validation summary
Is This Answer Correct ? | 26 Yes | 4 No |
Answer / vennilaashok
1.Required field validator
2.Compare Validator
3.Range Validator
4.Regular Expression Validator
5.validation summary
6.Custom validator
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / ekta
There are six types of validation controls :-
1.Required field validator,
2.Compare Validator,
3.Range Validator,
4.Regular Expression Validator,
5.validation summary,
6.Custom validator.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepak
ther are five type validation controll that i know
1.reguiral filed validation
2.compareValidator
3.rangValidator
4.reguralExpressionValidator
5.customvalidator
Is This Answer Correct ? | 14 Yes | 16 No |
Answer / shiva
There are mainly 5 types of validations:-
i.e.,
1>Required Field Validator,
2>Compare Validator,
3>Range Validator,
4>Regular Expression Validator,
5>Regular Expression Validator
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / swarupa
As for my knowledge there are Seven type of validation
controls are available in ASP.NET
1.Required Field Validator
2.Regular Expression Validator
3.Compare Validator
4.Range Validator
5.Custom Validator
6.Custom Validator
7.Dynamic Validator
Is This Answer Correct ? | 2 Yes | 9 No |
What is the difference between CC and BCC?
What are session state modes?
What is webresource axd?
Can we have multiple web config files for an asp.net application?
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
What is a web api endpoint?
Explain the difference between value type and reference type?
What is session in web technology?
What is the main use of Response.Output.Write()?
Difference between using directive vs using statement?
How does session authentication work?