English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

Anyside in software that is providing some services by listening to client and responding them in a way is know as server. like a web server, serves the cliengts with requested web pages. On the other side client side is pience of software that connects/requests to server side to avail the services at server end. like a browser that requests web server.

Now it is not a law that client side can't be developed in ASP.NET etc etc. Yes this is a general framework to develop the server side functionality in web development. But Imagina a web side which needs weather data to display on one iof its page. Web side itslef does not have the weather data. So that page will fetch the data from some web service and will display it. In this case weather web service is server side and that asp.net webpage is the client and thats what we have written in ASP.NET
In this situation the ASP.NET functionality website is serving as a client (using web service) and server when user will use that from browser. So there could be many cases where ASP.NET code acts like a client.

But again when I look the question, I it says that how to develop the client side in ASP.NET? I dont think this question is very much cliear. What is the server and what server functionality you want to use. What is the communication mechanism being used between client and server. So your answer can be better answered if you explain your question.

2007-01-05 22:12:48 · answer #1 · answered by digital 2 · 0 0

to write a client side program in asp is an oxymoron ! -asp is a server side language (well wrapper actualy) - client side web languages are html javascript and visual basic script - thats about it, they are the only ones that are supported by the browser - oh yes and flash action script if you have flash player installed

To do C# "client side" (but not in a web browser) download the free C# express compiler from microsoft and write / compile stuff in that

2007-01-06 06:00:54 · answer #2 · answered by cool_clearwater 6 · 0 0

asp.net is for server side scripting..
for client side use javascript or vb script or any other scripting language!

2007-01-06 05:56:29 · answer #3 · answered by AM 3 · 0 0

fedest.com, questions and answers