Exforsys

Online Training

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...


Go Back   Exforsys > Programming Talk > Microsoft .NET

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-14-2006, 12:23 PM
Junior Member
 
Join Date: Jul 2006
Posts: 3
ongolegitta is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-15-2006, 03:56 AM
Junior Member
 
Join Date: Jul 2006
Posts: 20
chowsys is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-04-2006, 01:24 AM
Junior Member
 
Join Date: Aug 2006
Posts: 2
bhoomi.it191 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-04-2006, 01:26 AM
Junior Member
 
Join Date: Aug 2006
Posts: 2
bhoomi.it191 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
LoadRunner FAQ kalareddy Testing Tutorials 2 10-02-2007 04:19 AM


All times are GMT -4. The time now is 01:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.