|
-
Sep 20th, 2004, 12:02 PM
#1
Thread Starter
PowerPoster
.NET behavioral question [Resolved]
Hi,
I need to know if .NET (ASP.NET) can do this.
In a normal web application, the client talks, and the server listens. The server cannot "talk back" to the client after a page is loaded.
Does .NET change this paradigm? Can the server "push" data back down to the client after a page is loaded?
I've been looking into making ASP.NET applets and there is client-side and server-side stuff, but I cant find the answer to my question.
Thanks!
Dave
Last edited by Dave Sell; Sep 22nd, 2004 at 03:03 PM.
-
Sep 22nd, 2004, 02:47 PM
#2
No. Same downsides as before. But, you may want to look into Remoting which can be used to communicate client/server via tcp OR http protocols.
-
Sep 22nd, 2004, 03:02 PM
#3
Thread Starter
PowerPoster
Thanks! that helps to know that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|