Glossary Item Box
TabControl is a flexible component for building tabbed interfaces in ASP.NET applications. The control features integrated server-side & client side API; optimized page output; automatic selection of the current tab; support for ASP.NET postbacks, server-side & client side events, form validation, supports .NET 2.0 Themes.
![]() |
We recommend to use the TabStrip control. The control is more new and has more rich fuctionality than the TabControl. |
Features:
Also TabControl can contain several rows. You can define number of rows using TabRowNumber property..
![]() |
![]() |
A critical requirement for software accessibility is keyboard support as a complete alternative to pointing devices (mouse, etc.). For keyboard navigation you can use next keys:
| Keyboard key | Action |
| Left, Up | Move to the previous tab |
| Right, Down | Move to the next tab |
| Enter | Select tab |
| See Also |
Client-side API: TabControl client-side API
Controls: Tab Orientation | Tab content