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.
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
Explain how exception handling is changed in the .NET Framework 4.0?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
What is the concept of CAS?
Define constant and variable.
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain Custom User Controls in the ASP.NET?
Explain what is meant by Procedure oriented language?
List the types of data types that are present in .NET?
18,76,764
1940081 Asked
3,689
Active Tutors
1439780
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!