Explain the difference between server-side validation and client-side validation?
Answer / Sanket Kumar
"Server-side validation occurs on the web server after a form is submitted. It ensures that the entered data meets certain criteria (e.g., required fields, format, range) before it is processed and stored in the database. Client-side validation, on the other hand, occurs in the user's browser as soon as they attempt to submit the form, providing immediate feedback about errors or incorrect entries."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the full form MSWC?
What is a service application?
Define the asp scripting objects?
What is caching in asp?
Define common type system (cts)?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
What is the meaning of asp in computer?
What is the difference between asp and acp?
how u can use asp.net for making website?
How many global.asa files can an Application have?
What is Extranet?
What is Response object? How is it related to ASP's Response object?