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
Define managed code and managed data in .net?
What is the difference between the asp and asp.net?
How response object is related to asp's response object?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is session state server?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
How does viewstate work?
Is asp.net and .net the same?
How you can manage the state of application at the server side in ASP.NET?
How can you apply a theme to your asp.net application?
What are the steps involved to fill a dataset?
Can a master page have more than one contentplaceholder?
What are sharepoint pages?
Explain the overview of asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC