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.
Distinguish among in-proc and out-of-proc
What is meant by the Runtime services?
Differentiate between publishing and deploying an application?
When.NET was developed?
Write down the importance of delegates. Where must they be employed? Write down the conditions where we need them?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
What data type does the Range Validator control support?
Describe the differences between the Server-side and Client-side code?
Explain different implementations of the LINQ?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
18,76,764
1933238 Asked
3,689
Active Tutors
1433236
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!