ASP .NET

  • Thread starter Thread starter T.H.M
  • Start date Start date
T

T.H.M

Hello.
I have a small problem ordering the TabStrip in ASP .Net
(web form aspx, code behind c#)
I have 6 horizontal tabs, how can I order them as 3X3 ?
Now the all 6 tabs is in one row (tab1 tab2 tab3 tab4 tab5
tab6) I want to have only 3 tabs in 1 row and 2 column:
tab1 tab2 tab3
tab4 tab5 tab6
Thank you very much!
 
Hi THM

Did you know there is a newsgroup

microsoft.public.dotnet.framework.aspnet

I think that your question is typical for that newsgroup.

I hope this helps?

Cor
 
Back
Top