Click here to Skip to main content
16,004,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is it possible to have tabbed pane in asp.net/vb if so please help with examples
Posted

1 solution

The AJAX control toolkit has a control that you could use. See the Tabs Demonstration[^] article.
Here[^] is another link on the TabContainer and TabPanel controls.

The Mutliview control can be customized to look like a tab control. Check out A Simple ASP.NET Tab Control Using the MultiView control[^].

Creating a Tabbed Interface for Displaying Parent/Child Data[^] is another good article that may help you get started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900