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
How do you implement postback with a text box?
What is the namespace to create thread in .net?
What are the uses of list view control in Asp.net?
Which is faster viewbag or viewdata?
Explain the working of passport authentication.
Where session id is stored?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the new login controls in asp.net 2.0?
Explain file-based dependency and key-based dependency.
What is the Intermittent crashing of application in production?
Explain the code Access Security (CAS) in .net Framework?
Explain how is a property designated as read-only?
What are client activated objects?
How can we Validate a Controls in ASP.NET page using JavaScript?
What are the cookies types in asp.net?