You can programmatically control any property of RadTabStrip at runtime to easily
create or manage flexible tabstrips on the fly. This example shows how to create
a tabstrip from scratch and populate it with tabs.
All tabs are created and added to the tabstrip in the Page_Load event of the page.
Please review the source code of this example for details.