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 Direct recursion: Recursion which outcomes from a method of calling itself.
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 Dynamic type: This type of an object is the name of the class employed to construct it.
Explain myriad of computer systems of your target users?
Explain the protocol stack of XML Web Services.
Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.
Q. What is the use of making a method private inside
Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop control structures in the Java offer for unbounded re
Inside the interface accessibility modifier we can use for methods?
Software engineering: It is the system of applying of an engineering discipline to the implementation, design and maintenance of the software systems.
18,76,764
1958787 Asked
3,689
Active Tutors
1427476
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!