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 use of view state?
can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code
What are session and cookies?
Explain the difference between debug.write and trace.write?
Name the application folders present in asp.net 2.0?
we can able to display a MessageBox in asp .net without using any script langages?
How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?
How can you send an email message from an asp.net web page?
Why do we need asp.net?
What are generics? why it is used? architecture of ASP.NET?
7 Answers Path Infotech, Satyam, TCS,
What is custom events? How to create it?
Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?