| Author: Sujit Kumar 04 Oct 2008 | Member Level: Diamond | Rating:  Points: 2 |
actually timer control is part of ajax.net so first download ajaxlibrary from ajax.asp.net and include ajaxcontroltoolkit.dll in your bin folder.
or I am sending you the ajaxcontroltoolkit.dll as an attachment.
and you can use timer now like:
<asp:Timer id="timer1" runat="server" Interval="200"></asp:Timer>
here Interver is your break time . and value 200 means timer will tick every 2 second.
AjaxControlToolkit.dll |