how to build Tabcontrol or TabStrip or Toolbar ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi can any one giv info were can i get the tabcontrols or tabstrip in ASP.net, microsoft.web.ui.controls are not working, very urgent:zzz: With Many Thanks kiran
I've seen something like a tab control implemented in asp.net. It basically consisted of a table (a single row table with like 6 buttons) of buttons (the tabs) along the top of the page. The main area of the page consisted of several panels of controls that would be toggled visible or not based on which button you selected. The page was in flow layout so whichever panel was 'visible' would always be right beneath the table of buttons. Not exactly a tab control but it certainly works the same way.