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.
Define the term Subordinate inner class: It is an inner class which executes well-defined subordinate tasks on behalf of its enclosing class.
Pipe: It is a linkage between the two program components. One component responds as a source of data, and writes into the pipe. The second components act as a receiver (that is, sink) for the data and reads from pipe.
Differentiate between RDO and ADO?
State the term collection objects in visual base?
Fully qualified class name: The name of a class, comprising any package name and including class name. The class outline is as follows: package oddments; class Outer
"this" pointer: In C++ uses a unique keyword called "this" to represent a object that
Explain the differences between HTML and XML?
Stack overflow: Stack overflow takes place whenever too many items are pushed onto a stack with a finite or limited capacity.
State the term URN?
How would you extract an exact attribute by using XSLT, from an element into an XML document?
18,76,764
1931036 Asked
3,689
Active Tutors
1450417
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!