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
What is application variable?
What is the difference between custom web user control and a custom web server control?
How do you sign out from forms authentication?
Explain the difference between an exe and a dll?
What is paging in context of Memory?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is application session?
What does asp.net stand for?
What do you understand by aggregate dependency?
Explain how do you deploy your asp.net application?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain the advantages of asp.net.
How can you debug your.net application?
What are the main advantages of using asp.net?
Disable Mouse right click on web page in asp.net?