How do you validate the controls in an ASP .NET page?
Answer Posted / raj
We can validate the controls in an ASP.NET page using
validation controls. There are six types of validation
controls in asp.net. They are :
RequiredFieldValidator,
RangeValidator,
CompareValidator,
RegularExpressionValidator,
CustomValidator and
Validation Summary
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does asp.net work?
Explain the code Access Security (CAS) in .net Framework?
What is new asp.net core?
Why is string called immutable data type?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain client side state management system.
What is clickid?
Why is an object pool required?
What can we do with asp.net?
Can you set the session out time manually?
How to implement form based authentication in asp.net application?
Define view state.
What are the different types of sessions in asp.net?
Explain about asp.net caching?