Results 1 to 3 of 3

Thread: Difference between Server-side and Client-side code?

  1. #1
    Join Date
    Dec 2008
    Posts
    7

    Difference between Server-side and Client-side code?

    What is the basic differences between Server-side and Client-side
    code?

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    re: Difference between Server-side and Client-side code?

    Following are some basic differences.

    • Server-side code runs on the server. Client-side code runs
      in the clients-browser.

    • Server side validation can be done on server side controls
      using server controls.
      But Client side validation can be done at browser.

    • The control validation can be done at client browser instead
      of server side validation.Because its additional overhead to
      the server.

    • For example,Mandatatory fields checking.It can be done at
      client browser.No need at server side.

    • But the login and password must be validate at server side.

    • The client side validation can be done using the Javascript
      or vb script.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    re: Difference between Server-side and Client-side code?

    Control or object created by browser is called client side
    control

    control or object created by server[web server] is called
    server side
    control

Similar Threads

  1. Replies: 2
    Last Post: 18-01-2012, 05:44 PM
  2. Replies: 4
    Last Post: 16-04-2011, 02:49 AM
  3. Replies: 5
    Last Post: 23-03-2010, 06:58 PM
  4. Replies: 4
    Last Post: 29-01-2010, 03:28 AM
  5. Problem in server side code
    By New ID in forum Software Development
    Replies: 5
    Last Post: 25-01-2010, 12:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,562,121.60341 seconds with 17 queries