Answer Posted / richard des jardins
Remember, Server Side Validation must always be performed,
then optionally Client Side validation to enhance the user
experience. On the server, you can write Server Side code
to perform the validation. On the Client, you can use any
of the .NET Validators or write JavaSCript and Regular
Expressions to enable validation. Both previous answers
were correct is the question was how to enable client side
validation. Always validate on the server and them
optionally on the client.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a page theme and a global theme?
Describe the master page.
What is asp.net localization?
What's the use of response.output.write()?
in which protocol ASP.NET WEB API Work?
Can I stream live content/events?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How can we inherit a static member?
What is asp.net introduction?
What are the page life cycle events?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are the Types of session management in ASP.NET
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is custom events?
What do you mean by authentication?