InterviewSolution
Saved Bookmarks
| 1. |
In which part does the form validation occur?(a) Client(b) Server(c) Both Client and Server(d) User side |
|
Answer» Right option is (b) Server Explanation: The data information from the client side is first sent to the server side. Form validation used to occur at the server after the client had entered all necessary data and then pressed the Submit button. |
|