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.
Is it possible to validate a DropDownList by RequiredFieldValidator?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Name some of the binders which are offered by .NET Framework 4.0.
State the concept of constructor?
How the customized properties of .NET application can be retrieved from XML .config file?
Differentiate between SqlClient and OLEDB Provider?
List the types of generations there are in a garbage collector?
Write the differences between HTML and XML.
Explain the Code Contracts?
Explain the requirement of Timer control in the AJAX.
18,76,764
1949200 Asked
3,689
Active Tutors
1426831
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!