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 the difference between the const and readonly?
Name the different methods provided by a DataSet object to create XML?
Define Windows Workflow Foundation (WF)?
Name the parameters which control generally connection pooling behaviours?
What is meant by the Runtime services?
Differentiate between object-oriented programming and procedural?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
Write the name of the control that you will use to make sure which values in the two different controls match?
Mention different types of data providers available in .NET Framework.
18,76,764
1934967 Asked
3,689
Active Tutors
1460441
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!