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.
Is a XML replacing HTML?
Lexicographic ordering: It is the ordering of words as they would be easily found in a dictionary. It must be noted that dissimilar locales order identical looking words according to their own conventions - this exerts, in specific, to accented charac
Q. Explain the concept of public classes in java. How they are useful?
Bounds: It is the limits of an array or collection. In Java, the lower limit is for all time zero (0). In case of an array, the upper bound is one less than the length of the array, and is fixed. Indexing exterior the bounds of an array or collection
Write the index value of the initial element in an array?
Assembler: The program employed to translate a program which is written in assembly language into the binary form of a specific instruction set.
Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example: public static void countDown(int n){
Explain the COM components?
What are the major issues related with multiprocessor caches and how might you resolve them?
Explain the computer thread.
18,76,764
1949198 Asked
3,689
Active Tutors
1433461
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!