I have create a program where we checked internet ping ms.
but while i have launch in IIS, it's working very slow. How to resolved this.
<asp:Timer ID="Timer1" runat="server" OnTick="TimerTick" Interval="1000" />
please help me sir.
indradeo says: <asp:Timer ID="Timer1" runat="server" OnTick="TimerTick" Interval="1000" />
Decrease the Inverval value.
<asp:Timer ID="Timer1" runat="server" OnTick="TimerTick" Interval="100" />
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.