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.
Write the syntax of the for loop in C# code?
Define the terms Web server controls and Custom user Controls in Asp.net?
What data type does the Range Validator control support?
Write the difference between a toolstrip split button and a toolstrip drop-down button ?
Explain the use of Copy Project command?
What do you understand by the Tuples?
Explain about the ASP.NET AJAX Framework.
Explain about the DataAdapter class in ADO.NET.
Illustrate the term Marshalling?
Explain the function of a CustomValidator control?
18,76,764
1933074 Asked
3,689
Active Tutors
1461406
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!