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
What is client side state management?
How to send a DataReader as a parameter to a remote client ?
Why and where this web.config file is used?
What is the request flow used for asp.net mvc framework? : asp.net mvc
How do you hide the columns?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How long does an http session last?
What is a viewstate?
Define msil.
Explain a program using code nuggets to create a simple application? : asp.net mvc
Where viewstate value is stored in asp.net?
Is asp net front end or backend?
What is rending process in ASP.NET?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What are the Types of chaching. How to implement caching