Let me this strait: When server data is updated, you want to push this update to the clients?
The stateless nature of web applications doesn't permit this behavior. This is a limitation of HTTP. You'll need to create something that polls the web server for updates. Otherwise, you get into building applets or activeX controls that connect to other services on the server for a more connected experience.
-Peter
peterlanoie.blog