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
What are the properties of the eventargs argument when capturing keyboard events?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the use of session in web application?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Demonstrate Render and PreRender?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the difference between the get method () and post method ()?
What are url fragments?
Which is faster viewdata or viewbag?
What are tuples?
What do you mean by caching in asp.net?
What is the state management in asp.net?
Explain transparent caching with aop?
How you will manage the state of ASP.NET controls?