B
Bruce W...1
Say I had an ASP.NET page that monitored the status of something. If
this status changed is there a way to cause an update on all browsers
that are viewing this page?
I know this isn't in keeping with a connectionless state. I suppose I
could make the page refresh once a minute, but this is not ideal. So
I'm thinking along the lines of UDP or something.
Does anyone know if this can be done with ASP.NET?
Thanks for your help.
this status changed is there a way to cause an update on all browsers
that are viewing this page?
I know this isn't in keeping with a connectionless state. I suppose I
could make the page refresh once a minute, but this is not ideal. So
I'm thinking along the lines of UDP or something.
Does anyone know if this can be done with ASP.NET?
Thanks for your help.