aspnet-8295-components-site-navigation-and-layout-page-control-and-tab-control.md
The DevExpress ASP.NET Page Control and Tab Control allow you to build tabbed interfaces within your web sites. You can either use the ASPxTabControl component to display only 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 and ASPxPageControl components offers you a myriad of options for appearance customization. You can control the look and feel of tabs using multiple mechanisms - from applying a theme 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 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. You have complete control over what user action activates a tab, and whether there should 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.
This topic lists the features that are unique to the ASPxTabControl and ASPxPageControl.
View Example: Page Control for ASP.NET Web Forms - How to create a wizard interface
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.