Using Tabs in Web Pages
I have a Web Application that I need to 'tie' all the pages together after the users login. I have been instructed to use 'Tabs'. The only Control I can find is to be used on Windows Forms not Web Forms. I need the Tabs to be dislayed at all times till the user logs out. How can I accomplish this task?
Stan GershengorenPosted Apr 24, 2006, 7:53 PM
If you are working in ASP.NET 2.0 you might want to stick that control on a master page.
Sorry that there is no easier solution just yet (although I dont know 2.0 that well yet to say that it doesnt have what you need).
Hope this helps