Explain the differences between Server-side and Client-side
code?
Answer Posted / parth chowdhury
Server side validation can be done in XML or in HTML itself
While, Client side validation should be done by using
Javascript or Jquery but it should be processed before
submitting the form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can more than one person use the same login?
What is a SESSION and APPLICATION object?
What is user control in asp.net?
What are the options in ASP.NET to maintain state?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Can we handle the error and redirect to some pages using web.config?
What is query string with example?
Explain the difference between response.redirect vs server.transfer
What is the difference between page directive include and action tag include?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is the web.config file in asp?
Explain Life cycle of ASP.NET page when a request is made.
What are the benefits of Razor View?
How is my content secured from unauthorized access?
What is the request flow used for asp.net mvc framework? : asp.net mvc