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 the difference between page directive include and action tag include?
What is autopostback true?
What is & in a url?
What is difference between asp.net and asp?
What's the use of formatters in .net?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is event in asp.net?
What is the use of session state and application state and difference between them?
What is the difference between sealed vs static class?
What are server side controls?
How many types cache in asp net?
What is routing in MVC?
What are session state modes? List some of the important session state modes of asp.net.
Where is session data stored in asp net?
What is query string with example?