Results 1 to 3 of 3

Thread: .NET behavioral question [Resolved]

  1. #1

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

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

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    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
  •  



Click Here to Expand Forum to Full Width