PDA

View Full Version : What Is Server Side Validation In Website..?



jsharma
07-23-2019, 11:12 PM
Hello friends,


I Would Like To Know That What Is Server Side Validation In Website..?

ImpalaWardrobes
07-24-2019, 02:12 AM
In the Server Side Validation, the input submitted by the user is being sent to the server and validated using one of server side scripting languages such as ASP.Net, PHP etc. After the validation process on the Server Side, the feedback is sent back to the client by a new dynamically generated web page.

rscomponentseo
07-26-2019, 11:34 PM
Validations can be performed on the server side or on the client side ( web browser). The user input validation take place on the Server Side during a post back session is called Server Side Validation

RH-Calvin
07-28-2019, 11:24 PM
Server-side validation is validation that occurs on the server after the data has been submitted. Server-side code is used to validate the data before the data is saved in the database. If the data fails authentication, a response is sent back to the client with corrections that the user needs to make.