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 are user controls?
What is ispostback method in asp.net? Why do we use that?
Explain the difference between webfarm and webgardens in .net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How to find last error which occurred in Asp.net ?
What are the differences between clr & cts?
What is a uri query?
Describe a Windows Service and its lifecycle ?
Distinguish between Server-side and Client-side code with its functionality?
Can we have 2 web config files?
Define the types of configuration files.
Explain the steps to be followed to use passport authentication.
What are the authentication types in asp.net?
What is session in web technology?