How can I update data on web page (already opened) when another user updates data in database.
-
hi How can I update data in web page datagrid control (web is already opened) when another user updates data in database. I am using ASP.NET, C#. Thankx :confused: Manoj Kumar Gangwar
HI there, web is stateless env, that means client has to send request to webserver and the webserver will send the result back to client. So in this case, you have to set the client will reload at an interval time << >>
-
HI there, web is stateless env, that means client has to send request to webserver and the webserver will send the result back to client. So in this case, you have to set the client will reload at an interval time << >>
Hi, You can do this, by refreshing the page. You can do automatic refresh for a particular period of time. Just add the following tag. For the above tag, the page will be refreshed for every 100 seconds. Thanks and Regards Gowtham Sen.
-
Hi, You can do this, by refreshing the page. You can do automatic refresh for a particular period of time. Just add the following tag. For the above tag, the page will be refreshed for every 100 seconds. Thanks and Regards Gowtham Sen.