Answer Posted / raviraj
When it comes to client side we can validate html controls
using javascript.ont the server side you can use validation
controls such as compare validator,range validator,custom
validator,required field validator and regular expression
validator.Based on our requirement we can use one or more
above mentioned validation controls at a time in an
application
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain asp.net web forms.
What is the difference between table and query?
What is the use of service provider?
What is the difference between trace and debug in asp.net?
What are validator? How do you disable them?
What’s the difference between response .redirect and server.transfer?
How long the items in ViewState exists?
In the Repeater control which way you can edit?
What are the two Layouts supported by a Web form in ASP.NET?
What are the asp.net server side objects?
What are the different types of sessions in asp.net?
Explain automatic memory management in .net.
Where the viewstate is stored after the page postback?
What is paging in context of Memory?
what is command line compiler.what are the steps and how it is related to debugging.