I have seen a website in action where when something changes in the database the ASP gets updated without getting refreshed. Unfortunately, I have not been able to find anything on the net for this.
I believe this is possible by having an activeX control which contains winsock component download on the client. There is a backend dll which communicates with the ActiveX control. On the ASP end, you can write client-side vbscript code and access events on the ActiveX control. And through DHTML, i.e. iframes, innerHTML one can update certain information on the ASP page without having to refresh the entire page.
Anyone seen this before? Any references, example code?
I believe this is possible by having an activeX control which contains winsock component download on the client. There is a backend dll which communicates with the ActiveX control. On the ASP end, you can write client-side vbscript code and access events on the ActiveX control. And through DHTML, i.e. iframes, innerHTML one can update certain information on the ASP page without having to refresh the entire page.
Anyone seen this before? Any references, example code?