Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    2

    Default About Server Side Validation

    I have heard about server side scripts, but this is something different.

    What is server side validation?

    How does it works and where it is used?

    What is the exact difference between server side and client side validation?

    What are syntaxes of it?

    Please explain it in details as I am not aware of it much, explaining with an example would be great!

  2. #2

    Default

    Client side validation refers to the process that runs in the browser and checks if the form values are of the correct type. Whereas, the Server side validation checks the code which is submitted to make sure it is correct. An ideal application should use both these validations.
    For a basic reason that it'd be possible for anybody to write a form which calls your .asp page - they might not use client side validation and would probably stuff garbage in it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •