How many types of validation controls are provided by
ASP.NET?

Answers were Sorted based on User's Feedback



How many types of validation controls are provided by ASP.NET?..

Answer / amulya kumar panda

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

How many types of validation controls are provided by ASP.NET?..

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

How many types of validation controls are provided by ASP.NET?..

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

How many types of validation controls are provided by ASP.NET?..

Answer / rajesh

6

Is This Answer Correct ?    3 Yes 0 No

How many types of validation controls are provided by ASP.NET?..

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

How many types of validation controls are provided by ASP.NET?..

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

How many types of validation controls are provided by ASP.NET?..

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

How many types of validation controls are provided by ASP.NET?..

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

Post New Answer

More ASP.NET Interview Questions

What is the difference between CC and BCC?

0 Answers   MCN Solutions,


What are session state modes?

0 Answers  


What is webresource axd?

0 Answers  


Can we have multiple web config files for an asp.net application?

0 Answers  


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.

4 Answers  


What is a web api endpoint?

0 Answers  


Explain the difference between value type and reference type?

0 Answers  


What is session in web technology?

0 Answers  


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


Difference between using directive vs using statement?

0 Answers  


How does session authentication work?

0 Answers  


Categories