Validation controls in ASP.NET AJAX 4.0
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Expert
a) FilteredTextBoxExtender – It allows you to apply filtering to a text box.
b) MaskedEditExtender and MaskedEditValidator – It restricts a user to enter only certain pattern of the characters in TextBox by applying a mask to the input.
c) ValidatorCalloutExtender – It attaches to the ASP.NET validators so that error messages are not displayed as simple text but as a balloon-style ToolTip.
d) NoBot – It prevents the spam/bot from filling the input forms automatically and uses the Completely Automated Public Turing test to tell the Computers and Humans Apart (CAPTCHA), that is a type of challenge-response test to confirm that the response is not generated by the computer.
e) PasswordStrengthExtender – This measures strength of the password text entered within the text box by validating the different strength specified parameters.
Illustrate the term lazy initialization?
List out the attributes of an Interface.
What is the difference between Name Space and Assembly?
What is the function of "EnableViewState" property? Why do we require it On or Off?
What are the different ways to manage state in ASP.Net?
What is the function of DialogResult property of the Button control?
Describe in brief regarding the Visual basic.NET?
Where the ViewState information can be stored?
State the different ways by which a method can be overloaded?
Specify the syntax which is be used to inherit from a class in C#?
18,76,764
1946964 Asked
3,689
Active Tutors
1418386
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!