Validation controls in ASP DOT NET
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Expert
The Validation controls are responsible to authenticate data of the input control. Every time we provide some input to the application, it carries out validation and displays the error message to user, if validation fails.
Six types of validation controls in ASP.NET 4.0 are as follows:
i. ValidationSummary – It displays the summary of every validation error in the central location. ii. CompareValidator – It performs the comparison among values contained in the two controls. iii. RegularExpressionValidator – It ensures which input is according to specified pattern or not. iv. CustomValidator – It writes our own method to do added validation. v. RangeValidator- It checks value according to range of the value. vi. RequiredFieldValidator – It checks either the control is empty or not.
Can the 'throws' clause can be used to raise an exception?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
By which command we can turn-off and turn-on CAS?
Illustrate how to manage state in ASP.Net?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Explain about standard query operators in LINQ?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Briefly describe the term destructor?
Specify the new features involved in the Microsoft AJAX library?
18,76,764
1933741 Asked
3,689
Active Tutors
1449436
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!