Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.57 KB

overview.md

File metadata and controls

34 lines (21 loc) · 1.57 KB
title page_title description slug tags published position
Overview
RadButton Overview - RadButton
Check our Web Forms article about Overview.
button/telerik's-asp.net-button-overview
telerik's,asp.net,button,overview
true
0

WebForms Button Overview

The RadButton control (Figure 1) provides the features, that ASP.NET Button, ImageButton, LinkButton, RadioButton and CheckBox controls have. The control can be easily styled by changing the Skin property, and alternatively setting properties that change the look of the control. This will eliminate the need to use the [RadFormDecorator]({%slug formdecorator/overview%}), just to style a single button.

Migration from the ASP.NET Button

Developers can easily migrate their applications from using the standard ASP.NET (button) controls to the new RadButton control, because most of their functionality is provided by our control, and is controlled by the same or similar (intuitive) properties.

caption Figure 1: RadButton control provides a versatile set of button types.

WebForms different types of the RadButton

See Also

  • RadButton Online Demos

  • [RadButton Getting Started]({%slug button/getting-started%})

  • [Properties and Events]({%slug button/server-side-programming/properties-and-events%})

  • [FormDecorator Overview]({%slug formdecorator/overview%})

  • ASP.NET AJAX Button