How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / srikanth
Hi Jiten, you're mistaken bydefault all the asp.net
controls are server controls that runs server side, so
validation controls do. To reduce the burden on the server
we will use javascript validation which will be done client
side.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between debug and release?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What are custom controls?
Explain the different types of directives in .net?
Write a code for passing ArrayList in Web API?
What is jade template engine?
What are the different session state management options available in asp.net?
What are validator? How do you disable them?
What is the typical session identifier?
In which situation can you not use a viewstate?
Write the different features of a Thread and a Process?
What are the new data controls in asp.net 2.0?
Why we use content place holder in asp.net?
Web API supports which protocol?