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.
State the difference between Managed and Unmanaged Code?
Write the syntax to declare the namespace in the .NET and in VB?
Write about the SOAP encoding?
In what way we can display the icon during runtime on a StatusStrip control?
Explain about the Take and Skip clauses?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Write down a feature that is common to all the .NET languages?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
How the customized properties of .NET application can be retrieved from XML .config file?
18,76,764
1944468 Asked
3,689
Active Tutors
1433004
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!