Google Translate: Hi I need to refresh the data flowing to my asp.net pages into my sql tables every 1 second. I can do this refresh using Timer.
<asp:scriptmanager id="ScriptManager1" runat="server"> <asp:timer id="Timer1" runat="server" interval="1000">
Google Translate: But when I do this, the event happens on the WebBrowser side and it creates trouble for the server since 30 forms will be running at the same time. How can I do this refresh in form, not in webbrowser? Can you help on the subject. Thank you.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)