Types of validation controls of ASP.NET AJAX 4.0
List the types of validation controls that are available in the ASP.NET AJAX 4.0?
Expert
The validation controls that are available in the ASP.NET AJAX 4.0 are as follows:
• PasswordStrengthExtender – It measures strength of a password text entered inside the text box by legalize through the different strength specified parameters
• MaskedEditValidator and MaskedEditExtender – It limits the user to enter only the certain pattern of the characters in a TextBox by applying the mask to a input.
• ValidatorCalloutExtender – It attaches to a ASP.NET validators so that error messages will not be displayed as the simple text but as the balloon-style ToolTip.
• FilteredTextBoxExtender – It enables us to apply filtering to the text box.
• NoBot: This prevents spam or bot from filling an input forms automatically and employs a totally Automated Public Turing test to tell Computers and Humans Apart ( or CAPTCHA), which is a kind of challenge-response test to make sure that response is not generated by a computer.
UTF: Universal Character Set (abbreviated as UCS) Transformation Format. The format for symbolizing multibyte characters which is compatible with programs and file systems which were only made to handle single byte characters.
What are collections and generics?
Define the term Assignment statement: It is a statement employing the assignment operator.
Which is the excellent tool one should learn, which is the tool having demand within the market?
What is an Instantiation: It is a creation of an instance of a class, i.e., an object.
Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.
Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.
Explain the difference between RAM and ROM?
Normal 0 false false
Uninitialized variable: It is a local variable which been declared, however has had no value allocated to it. The compiler will warn of variables that are employed before being initialized.
18,76,764
1940659 Asked
3,689
Active Tutors
1416300
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!