Image Button Control for ASP.NET

The image button control is designed as a replacement for the Microsoft-supplied Button control, and to offer more flexibility than the stock ASP.Net button control. Enhanced with the iButtonControl, it can now be used as the default button on the page, giving you the ability to set the validation group for it, and even the PostBackUrl property. It also provides additional features such as rounded corners, presets, appearances, and AccessKeys.

 

Features at a Glance

  • IButtonControl – The IButtonControl interface enables the button to be used as the default button on the page. You can set the validation group for it, and even the PostBackURL.
  • Rounded Corners - Buttons with rounded corners are popular in user interfaces; however in HTML there is no simple way to do this, without creating separate images for each button. WebImageButton can create a variety of rounded-corner buttons using a single image, or using a composite of table cells which appear as rounded corners around buttons.
  • Multiple Appearances - WebImageButton provides multiple appearances which are easily customizable by setting properties. Properties are provided for: Appearance, DisabledAppearance, FocusAppearance, HoverAppearance, and PressedAppearance.
  • Uniform, Cross-browser Appearance - WebImageButton can be used to create an appearance that is not prone to browser/OS styling.
  • Other Customizations - Text wrapping and alignment, hotkey support, and tooltips.
  • Style Presets - We provide an entire set of predefined templates for defining commonly found looks on websites. Layout templates include common functional styles (XP, 2003, standard and more), coordinated color schemes, creative border solutions, images and font selections. Or create your own, and save it as a custom template to reuse or distribute as a corporate standard.
  • Client Side Object Model (CSOM) - Manipulate virtually any WebImageButton object on the client in JavaScript or VBScript with our comprehensive client side API.
  • Section 508 Compliance - Full compliance with Workforce Investment Act of 1998 Sub-section 508 regarding information access to people with disabilities.