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
