
- Forum
- Programming Talk
- Microsoft .NET
- what is the differences between Server-side and Client-side code?
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...
-
07-14-2006, 11:23 AM #1
- 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
-
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.
-
08-04-2006, 12:24 AM #3
- Join Date
- Aug 2006
- Answers
- 2
differencebetween serversite and client site
ans:
Originally Posted by ongolegitta
what is the differences between Server-side and Client-side code?
please reply....
regards
naren
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.
-
08-04-2006, 12:26 AM #4
- 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

Reply With Quote





