J
Jaco Bregman
Hi all,
I'm looking for a way to inform clients of a server side event on my
website. What I want to do is to update a user's webpage when a process logs
in on the server. Untill now I use a refresh statement in the client's html
code, and I read from the database in the Page_Load( ). On every postback
database contents are read and used to keep the site up to date. What I want
to do is to let the server push the updates to the clients, instead of using
a refresh statement on the client side.
Any ideas on how to accomplish this?
Regards,
Jaco
I'm looking for a way to inform clients of a server side event on my
website. What I want to do is to update a user's webpage when a process logs
in on the server. Untill now I use a refresh statement in the client's html
code, and I read from the database in the Page_Load( ). On every postback
database contents are read and used to keep the site up to date. What I want
to do is to let the server push the updates to the clients, instead of using
a refresh statement on the client side.
Any ideas on how to accomplish this?
Regards,
Jaco