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
Explain what is event bubbling?
What are assemblies and namespaces and explain the difference between them ?
what is command line compiler.what are the steps and how it is related to debugging.
What are the different types of sessions in asp.net? Name them?
What is form submit?
What does the hotspot class in .net do?
Who creates jsessionid?
What is difference between or and orelse?
How can we create pie chart in asp.net?
Differentiate between a hyperlink control and a linkbutton control.
What is parse in asp.net?
How can you pass multiple complex types in Web API?
Explain automatic memory management in .net.
Which is the parent class of the ASP.NET server control?
Which two new properties are added in asp.net 4.0 page class?