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.
Interrupt: This is an asynchronous message sent to a process or thread which interrupts what it is at present doing. This generally outcomes in an InterruptedException object being received by an interrupted thread. Waiting for an int
State the term DOM and how does this relate to XML?
What do you mean by the term assembly condition codes?
Define the term XML Canonicalization?
Explain the relationship between XHTML and SGML.
How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..
Garbage collector: It is a daemon thread which recycles objects to which there are no extant references in a program.
For loop: This is one of the Java's three control structures employed for looping. The other two are while loop and do loop. A for loop includes of a loop header and a loop body. The header comprises of three expressions separated by two semicolons an
What are the uses of microcontroller?
Explain the common uses of XML.
18,76,764
1955952 Asked
3,689
Active Tutors
1452830
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!