set tab pages on left side of tab continer in asp.net 4.0

2.5k views Asked by At

I want to ask you about tab containers. Is there any way to set tab pages vertically on left side of tab container. some kind of vertical tab...

Example

tabheader
tabheader (active tab) --- content

1

There are 1 answers

1
Tim Schmelter On

Are you talking about ASP.Net Ajax Tabcontainer? If so, have a look at following link: Making the AjaxToolKit TabContainer tabs vertical

The guy used simple css to get the TabContainer showing vertcal instead of horizontal.