Click here to Skip to main content
15,891,767 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
In my asp.net application i have one master page(mainmaster.aspx) and its content page is default.aspx.

On the left side of mainmaster.aspx i have a menu displayed vertically.

now my question when ever i click any link(menu item ) in master page i want to create a tab .

suppose if my menu contains 6 links.
if i click on first link it should create one tab in default.aspx page
if i click on second link it should create one more tab in default.aspx page(like tabs in mozilla browser)
like this if i click all the links all tabs should be in default.aspx page ..

each tab should contain a close button.

Please guide me

Thanks in advance
Posted
Updated 17-Oct-11 1:57am
v3

If I am getting your question correctly, then you said you want to have tabs on your web page itself. So when you click on a link on your page it opens on new tab on your page. If thats the case, have a look at this: Tabs[^]

If your pages are built using Silverlight and then you can treat them pretty much like different windows and open them in separate tabs but you might have to create the tab controls yourself. Silverlight Tabs[^]

Hope this helps...

Cheers.
 
Share this answer
 
Comments
sravani.v 17-Oct-11 7:52am    
Please see my question again. I want to open tab when i click the link in side menu of master page
You should use a third party Tab control (like the one that gladiatorn mentioned)
and load your User Control into newly added tab.
 
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