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
Diff between web user control and web custom control?
What is ipostback?
What is http post and http get?
when a request is made in Life cycle of ASP.NET page .
What is query string with example?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Which is better viewstate or session?
Explain the difference between dataset and datareader.
Differentiate the session object and application object?
What is the part of url?
What are the types of authentication in asp.net?
Explain about asp.net state management?
Any disadvantages in Dataset and in reflection ?
Is global asax mandatory?
Can a .net web application consume java web service?