Exforsys
+ Reply to Thread
Results 1 to 4 of 4

what is the differences between Server-side and Client-side code?

This is a discussion on what is the differences between Server-side and Client-side code? within the Microsoft .NET forums, part of the Programming Talk category; what is the differences between Server-side and Client-side code? please reply.... regards naren...

  1. #1
    ongolegitta is offline Junior Member Array
    Join Date
    Jul 2006
    Answers
    2

    what is the differences between Server-side and Client-side code?

    what is the differences between Server-side and Client-side code?

    please reply....


    regards
    naren


  2. #2
    chowsys is offline Junior Member Array
    Join Date
    Jul 2006
    Answers
    17
    Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn’t have some of the functionality like sockets, uploading, etc. For these you have to make a custom components usually in VB or VC++. Client side scripting means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VB Script or JavaScript. Download time, browser compatibility, and visible code - since JavaScript and VB Script code is included in the HTML page, then anyone can see the code by viewing the page source. Also a possible security hazards for the client computer.


  3. #3
    bhoomi.it191 is offline Junior Member Array
    Join Date
    Aug 2006
    Answers
    2

    Thumbs up differencebetween serversite and client site

    Quote Originally Posted by ongolegitta
    what is the differences between Server-side and Client-side code?

    please reply....


    regards
    naren
    ans:
    if u need to know the type of the browser being used to access a website u use client site scripting it reduce network traffic scripting language is VBscript and JAVAscript.
    if u retrive the product details of any product from database u use serverside scripting. scripting language is ASP and JSP.


  4. #4
    bhoomi.it191 is offline Junior Member Array
    Join Date
    Aug 2006
    Answers
    2
    if u need to know the type of the browser being used to access a website u use client site scripting it reduce network traffic scripting language is VBscript and JAVAscript.
    if u retrive the product details of any product from database u use serverside scripting. scripting language is ASP and JSP.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...