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
In which event of the page life cycle, is the viewstate available?
what is command line compiler.what are the steps and how it is related to debugging.
What is a viewstate?
What is the difference between cache and cookies?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is asp.net? How is it different from asp?
What are the steps involved to fill a dataset?
What is difference between viewstate and session in asp net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is difference in .net 1.1 and .net 2.0?
Describe how passport authentication works.
What is razor? : asp.net mvc
What do you understand by aggregate dependency?
Which is faster union or union all?
Can you explain the basic use of dataview?