AspLib TabStrip component
TabStrip control represents the navigation control for ASP.NET used to create tabbed interfaces.
Control fully compatible with Microsoft's AJAX Framework, which allows user to work
with AJAX instead of regular postbacks and dynamically load contents of the tab
to client only after clicking on the tab. It dramatically decreases Internet-traffic.
Each tab may contains formatted text, HTML and ASP.NET controls.
If contents of tab is large, then scroll bars appears in the tab.