Hello my friend!
The timer control does not work with asp.net because web application is stateless. In order to simulate a timer in asp.net you need to use javascript.
I created a control that I call it KYNOUAJAXContainer that basically can be used as a timer. For example, if you want a clock on the top of the page, all you have to do is drop a Label control into this KYNOUAJAXContainer control and in the page load event set the current time to the label's text property.
I posted some tutorials at the same website where I uploaded the KYNOUAJAXContainer control. Go ahead and check it out! Logon to
http://www.KYNOU.com
I hope I helped