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 the differences between clr & cts?
What is asp.net web pages?
What does session_start () do?
Explain the components of web form in asp.net
Explain the difference between debug.write and trace.write? When should each be used?
Explain how can we inherit a static member?
Using code explain Configuration Management
What are custom user controls in asp.net?
Is asp.net core faster?
What is the typical session identifier?
Can we handle the error and redirect to some pages using web.config?
What is connection pooling and how to enable and disable connection pooling?
What are the major built-in objects in ASP.NET?
Why do we need asp.net?
What is the maximum amount of memory any single process on windows can address?