WebForms ImageButton Overview

The RadImageButton control (Figure 1) can be used as alternative to ASP.NET ImageButton control. Its functionality is enriched with client-side and server-side API which you can use to achieve plenty of application requirments. RadImageButton provides additional events, the ability to use a content template, a mechanism to prevent multiple postbacks and numerous themes. RadImageButton is available as of Q1 2016.

Telerik UI for ASP.NET AJAX Ninja image

The ImageButton is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

The control can be easily styled by changing the Skin property, and alternatively setting properties that change the look of the control. Developers can easily migrate their applications from using the standard ASP.NET Image control to the new RadImageButton control, because most of their functionality is provided by our control, and is controlled by the same or similar (intuitive) properties.

Figure 1: Examples of RadImageButton

WebForms ImageButton Overview

RadImageButton does not support a Classic render mode. Setting its RenderMode to Classic will default to the Lightweight render mode.

See Also

In this article