Home
Home > The Developer Express Family of Products > Tools for Visual Studio® - 100% Native .NET Technologies > DevExpress ASP.NET Product Line > ASP.NET Tab Control - AJAX Page Control - DevExpress ASPxTabControl™ for ASP.NET 2.0
General Information
ASPxperience Suite Overview
Specifications - Pricing
What's New - Version History
Try and Buy
Online Demos
Downloads
Order Your Copy Today
Documentation
Online Tutorials
Online Documentation
Included Products
ASPxCloudControl
ASPxDataView
ASPxMenu
ASPxNavBar
ASPxNewsControl
ASPxPopupControl
ASPxSiteMapControl
ASPxTabControl
ASPxTitleIndex
ASPxUploadControl
ASPxUtilities
ASP.NET Shared Framework
Shared Framework Overview
AJAX-Enabled Features and API
SharePoint Integration
Web Accessibility Compliance
ASP.NET Themes
XHTML Compliance
Miscellaneous Features

DevExpress ASP.NET Training

60 Day Money Back Guarantee

2009 SD Times 100 Winner

Fully supports Visual Studio 2005 and 2008

Best Navigation Control - asp.netPRO Readers' Choice - 2009

Best Navigation Control - asp.netPRO Readers' Choice - 2008

Best Navigation Control - asp.netPRO Readers' Choice - 2007

Web Forms UI Components Merit Award - Visual Studio Magazine Readers' Choice - 2007

Best Navigation Library - asp.netPRO Readers' Choice - 2004

English | 日本語

The ASPxTabControl includes two components, allowing you to build tabbed interfaces within your web sites. You can either use the ASPxTabControl™ component to only display tabs or use the ASPxPageControl™ to associate specific page content with each tab. Both controls have been built to generate minimal HTML code, work on the client-side without hassles, be fast and fully support AJAX for on-demand page loading via callbacks.

The ASPxTabControl offers you myriads of options for appearance customization. You can control the look and feel of tabs using multiple mechanisms - from applying an auto-format to the entire control, to customization of individual tabs via our API, using CSS or via the use of templates. Beyond appearance options, you have an extremely flexible means with which to control end-user interaction. Numerous server-side settings, client-side API and events allow you to take full control over how your tab control responds to user actions - which user action activates a tab, should there be a postback, callback or client processing. Note that the most frequently used scenarios are already built-in - you just need to toggle a property.

The ASPxTabControl is heavily used throughout our web site. Take a look at this page to see how we use tab templates to get a nice-looking page control that contains sources in C# and Visual Basic on its pages. To see AJAX-based tab page loading in action, visit our home page.


The following is a list of features available to you. To try these features online, please visit our ASPxperience Suite Online Demo Center.

Control Features

  • Templates can be specified for tabs in both active and inactive states and for each tab individually. (Show Me)
  • You can change the appearance of each element in each state either directly via properties or by assigning a CSS class.
  • Several auto-formats are available so you can apply a nice design to your tabs with just a couple of mouse clicks. (Show Me)
  • ASPxPageControl supports two ways to activate a tab - by clicking it or by hovering it with the mouse pointer. (Show Me)

AJAX Callback Support

  • You can enable AJAX support by setting the EnableCallbacks property to true. In this instance, ASPxPageControl initially loads only the active page's content onto the client. When end-users activate other pages, their content is loaded via callbacks. Once a page's content has been loaded, end-users can switch to this page on the client-side without callbacks or postbacks. You can try this functionality on the home page of this site. (Show Me)

Client-side Features and API

  • Client-side events allow you to perform custom actions when an end-user click on a tab and immediately after the corresponding page has been loaded. If you use AJAX functionality, you will need these events to indicate that a callback is in progress. (Show Me)
  • You can use client-side API to activate tabs, obtain tab information and specify HTML content for pages in ASPxPageControl. (Show Me)

Tab Features

  • A convenient tab collection design-time editor is available.
  • Customizable tab spacing.
  • Tab position and alignment can be changed to display tabs at any edge and corner of a page control.
  • Custom images can be displayed within tabs.
  • You can specify tooltips for tabs.