Introduction The Timer control is pretty simple to use at a specified interval, The control fires its tick event. Inside an Event handler for this Event you can execute any code see fit if you hook up the Timer to the UpdatePanel using its Triggers Collection, you can update a single region of a page whenever the Timer control Ticks-that is when it fires its Tick Event. Here we are Discussing an example using the Timer control in an aspx page to update the region of a page. The Timer will tick every one second and update a Lable. The implementation of example needs a ScriptManager, Timer and a Label control. Getting Started
How to use AJAX Timer control in ASP.NET using VB.NET
How to use AJAX to generate random names from array in ASP.NET using VB.NET