Timer Control
-
-
AJAX toolkit has a timer control. Do you mean that ? To get it you need reference to AJAX toolkit and your server should have AJAX extensions installed.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
using System.Timers; You can work with Timer object.
Parwej Ahamad R & D with IIS 5.0/6.0
-
-
Thanks to both of U I used message box in system.timers n after stop the run state of application still messagebox is prompt, I don't know why???
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
Are you showing message MessageBox.Show("...") by this method ?
Parwej Ahamad R & D with IIS 5.0/6.0
-
Are you showing message MessageBox.Show("...") by this method ?
Parwej Ahamad R & D with IIS 5.0/6.0
-
Yes i tried MsgBox("Ok") Just for test the elapsed event wether it is fire or not..
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
You can use message box with help of below code or use jave script http://www.codeproject.com/KB/webforms/AspNetMsgBox.aspx[^]
Parwej Ahamad R & D with IIS 5.0/6.0
-
Yes i tried MsgBox("Ok") Just for test the elapsed event wether it is fire or not..
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
You are totally lost. Winforms timer controls is different from what you are trying to do. You need to refresh the page/execute some code in a given interval, right ? Go with AJAXToolkit's Timer control then. You could also do this manually by using
setTimeOut()
javascript method.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
You can use Ajax Timer Control or use Javascript.
-