This sample demonstrates the capabilities of our client-side event management technology. The ASPxTimer component has two client-side events - Init and Tick - which are traced and displayed in the Event monitor below.
In this demo, the ASPxTimer is used to implement a countdown timer and to temporarily disable the download button during the countdown. In the Init event's handler, the button is disabled, the value of the seconds counter is set, and a specific descriptive text with a countdown is displayed. The Tick event is handled to decrease the seconds counter and to refresh the page's information when the defined time runs out.
To learn more on client-side events, refer to the Client-Side Events help topic.