On Age field how many Asp.Net validation controls will be suit?
Answer Posted / yagnesh shastri
CompareValidator control to validate an input field. The field to validate was defined by the attribute ContolToValidate.
You can also use a ValidationSummary control with the attribute FormToValidate, to validate all the input of a form.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between namespace and assembly.
Is it true that a Web service must be written in .NET or not?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Explain About duration in caching technique
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is the difference between mvc and asp.net? : Asp.Net MVC
Define msil.
How can we identify that the page is post back in asp net?
What are the various types of validation controls provided by asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can I stream live content/events?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is asp net theme?
What are the two types of web pages?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?