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.
Illustrate various types of Validation Controls?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Explain the code-behind feature of ASP.NET?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
In what way we can enable the text box to modify its characters format for a user to enter the password?
State how the changes made to the DataSet object are identified since it was last loaded?
Define the term Event.
Write the difference between Select clause and the SelectMany() method in theLINQ?
Write down some of the Features of WPF in brief.
Describe code contracts?
18,76,764
1952998 Asked
3,689
Active Tutors
1450242
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!