1. The Timer control is used with an UpdatePanel control to allow partial page updates at a specified interval
2. It is mostly used when a periodically partial page update for one or more UpdatePanel controls is required without refreshing the entire page
3. This is useful to generate synchronized data with asynchronous postback with specified time intervals
Note: A running timer can be set with Partial rendering page.