Basic Dot Net Question:
Download Job Interview Questions and Answers PDF
How do you validate the controls in an ASP .NET page?
Answer:
Using special validation controls that are meant for validation of any controle.
We have Range Validator, Email Validator in .NET to validate any control.
We have Range Validator, Email Validator in .NET to validate any control.
Download Dot Net Interview Questions And Answers
PDF
Previous Question | Next Question |
What is view state in .NET? | Can the validation be done in the server side? Or this can be done only in the Client side? |