On Age field how many Asp.Net validation controls will be suit?
Answers were Sorted based on User's Feedback
Answer / tejkrishna
compaire field and range and requiredfield validator
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / tapan kumar swain
RequiredFieldValidator,NumericValidator,RangeValidator
Is This Answer Correct ? | 5 Yes | 1 No |
Can you explain one critical mapping? Performance issue which one is better?
How is a property designated as read-only?
what is <location> tag?
What is the parent class of all web server control?
Explain in what order a destructors is called.
How to implement role based security in asp.net mvc? : Asp.Net MVC
ASP.NET uses event driven programming model.Justify.
What is ashx file in asp.net?
Can we use html in asp.net?
How to compare two strings with out Case sensitive ?
witch is the best insistute in sharpoint course.what abt future of share point course.
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?