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.
Compiler: A program that executes a process of compilation on a program written in the high level programming language.
Normal 0 false false
Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari
Define CORBA? What does it do?
Specify the different file types?
Explain the differences between XHTML and HTML?
Method overloading: Two or more techniques with similar name stated within a class are said to be overloaded. This exerts to both constructors and other methods. The overloading applies via a class hierarchy, thus a sub class may overload a method sta
Assembler: The program employed to translate a program which is written in assembly language into the binary form of a specific instruction set.
Public interface: The members of a class prefixed with public access modifier. All these members are visible to each and every class in a program.
What do you mean by data movement? Describe in brief.
18,76,764
1961097 Asked
3,689
Active Tutors
1427049
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!