R
rockdale
Hi, all
I am coding a asp.net application as user data entry and report
interface. We also have another C#.net appplication (a server) does
some other stuff, my webserver can send and receive message with the
C#.net server application. Now the C#.net server application group want
me to refresh my webpage to show the real time status when I receive a
message from them. I do not think I can do that (correct me if I am
wrong). On webserver I can receive the message from them, but I do not
think I have any mechanism to notify a connected IE client to refresh
his webpage, or is there any httpresponse can archieve. What I can do
is to set my webpage to refresh every 5 second, is that the best way to
do this, or is there any way to send a message to client web page?
Thanks in advance
-Rockdale
I am coding a asp.net application as user data entry and report
interface. We also have another C#.net appplication (a server) does
some other stuff, my webserver can send and receive message with the
C#.net server application. Now the C#.net server application group want
me to refresh my webpage to show the real time status when I receive a
message from them. I do not think I can do that (correct me if I am
wrong). On webserver I can receive the message from them, but I do not
think I have any mechanism to notify a connected IE client to refresh
his webpage, or is there any httpresponse can archieve. What I can do
is to set my webpage to refresh every 5 second, is that the best way to
do this, or is there any way to send a message to client web page?
Thanks in advance
-Rockdale