The TabControl extends Gaia Panel and maintains a collection of TabViews where only one Tab is visible at the time.
 TabControl |
The Gaia Ajax TabControl is extremely flexible in regards to skinning and usage. You can use it completely without any JavaScript knowledge at all. All you need to do is create it declaratively in your ASP.NET .ASPX code file, choose your skin and start adding code for its event handlers.
To see an example of TabControl in action have a look at our
TabControl Sample.