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.
Embedding C Code: Promela supports the use of embedded C code fragments inside the models through the use of the c_code primitive. Q : Situations where AJAX must not be used Explain the situations in which the AJAX must not be used.
Explain the situations in which the AJAX must not be used.
IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat
If statement: A control structure employed to select between performing or not performing additional actions. if(boolean-expression){ // Statements
Normal 0 false false
What is a Software: It is a program written to run on the computer.
Sub class: It is a class which extends its super class. The sub-class inherits all the members of its super class. All Java classes are the sub-classes of Object class, which is at the root of inheritance hierarchy.
Define the term Pixel: It is a `picture element' - usually a colored dot on a screen.
State the term XHTML?
18,76,764
1955109 Asked
3,689
Active Tutors
1454160
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!