Hi,
in VS 2003/2005 I've created my own TabStrip control. The ASPX code is =
supposed to look something like this:
<my:TabStrip runat=3D"server" ID=3D"myTabStrip">
<my:Tab>Tab 1</my:Tab>
<my:Tab>Tab 2</my:Tab>
<my:Tab>Tab 3</my:Tab>
</my:TabStrip>
However, Visual Studio...
more >>