-
i want to use timer control......
Hi
i want to use timer control in ASP.NET(c#) web application
how to add timer control to form it is not displaying in control list
reply.
regards,
ASIF
-
I don't think you can use Windows Forms Timer control on an ASP.NET page, but you can use the System.Threading.Timer class in your code-behind: http://msdn2.microsoft.com/en-us/lib...ing.timer.aspx
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Paul
~~~~
Microsoft MVP (Visual Basic)
-
ASP.NET timer control
Hi!
I created a control that I named KYNOUAJAXContainer that can be found at http://www.kynou.com/KYNOUControls/KYNOUControls.zip. This control allows you to add regular ASP.NET controls into it and they all become AJAX enabled. You can use this container control as a sort of timer control for ASP.NET. This is because the container control has a property called ShouldRefresh. When this property is set to true, it will refresh the content of all the controls inside of the container every RefreshInterval seconds (RefreshInterval is another property of the container control).
I posted tutorials that will walk you through the steps to use the control at http://www.KYNOU.com under the Tutorial Index => Ajax => KYNOU AJAX Controls link
Similar Threads
-
By Spumbu1977 in forum VB Classic
Replies: 1
Last Post: 03-06-2006, 03:28 AM
-
By savas_murat in forum Web
Replies: 0
Last Post: 01-29-2006, 02:41 AM
-
By Dean Earley in forum VB Classic
Replies: 18
Last Post: 09-07-2001, 08:44 PM
-
By Dean Earley in forum VB Classic
Replies: 0
Last Post: 09-06-2001, 11:17 AM
-
Replies: 15
Last Post: 05-09-2001, 04:40 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks