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.
Iterator pattern: It is a common pattern in which the contents of a collection are iterated above in order. The Iterator pattern frees a client of data from requiring details of how the data is stored. This pattern is maintained by the Iterator and Li
Hot spot: This is an area in an image map with a specific significance. A program usually monitors movements of the mouse, and reacts according to the actions related with the hot spots over which it passes. This may comprise displaying various status
Give some instances of XML DTDs or schemas which you have worked with?
Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.
Two dimensional array: A two dimensional array is a continuous memory location having similar kind of data arranged in row and column format (such as a matrix structure). D
Give some illustrations of XML DTDs or schemas which you have?
Explain the difference between RAM and ROM?
Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration: // Downcast from Object to String
Explain the way to initialize contents of a dialog.
Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var
18,76,764
1946092 Asked
3,689
Active Tutors
1441077
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!