--%>

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?

E

Expert

Verified

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.

   Related Questions in Programming Languages

  • Q : Long lock in the tibco iProcess

    Describe the term Long lock in the tibco iProcess in brief.

  • Q : State the term New in XPath 2.0 State

    State the term New in XPath 2.0?

  • Q : Describe Multiple-boot options

    Multiple-boot options: The hardware configurations of several computers are capable to run various operating system and window manager combinations. A few systems permit a user to select which combination they wish to utilize during a specific session

  • Q : What is Reduce Concurrency Reduce

    Reduce Concurrency: From a model-checking perspective, the searched state space consists of all possible thread-state combinations, which implies that the level of concurrency has the biggest impact on state space size. As a consequence, reducing conc

  • Q : Explain Right shift operator Right

    Right shift operator: Right shift operator (>>) is the bit manipulation operator. It shifts the bits in its left operand zero (0) or many places to the right, according to the value of its accurate operand. The most important bit from before the

  • Q : Define the term Host system Define the

    Define the term Host system: It is a computer system on which a process is executed or run.

  • Q : Define undershoot You have a driver as

    You have a driver as drives a long signal and connect to an input device. On the input device there is either undershoot, overshoots or signal threshold violations, so what can be done to correct such problem?

  • Q : Write a program and estimate pi using

    Consider a dartboard of radius 1. Since the area of the board will be  π r2 = π * 1 *1, it's clear the area of the dartboard is exactly π. The area of a square surrounding the board (circumscribing it) would be 2*2 = 4, sin

  • Q : What are the valid and invalid XHTML

    What are the valid and invalid XHTML element names?

  • Q : What is an Exception Exception : An

    Exception: An object symbolizing the occurrence of an exceptional circumstance - usually, something which has gone wrong in the smooth running of a program. Exception objects are made from classes which expand the Throwable class.