Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I am looking for a better solution to implement tabs structure and functionality in asp.net web application. Our requirement is as follows-
1) Tabs will be created dynamically. Tabs will be multi level tabs.
2) GUI of the tabs will be user specific i.e. borders, background images, seperator lines, border of the tabs everything will be customizable and user can change accordingly.
3) There will be another functionality if user will click any of the link in the tabs then another tab structure will be added below the main tabs in same way as in visual studio (when click on any page, page added as a tab in Visual Studio and if links exceeded page width then a drop down enabled to show other links).

Can i use multiple tabs or can use anything else to implement it.

your help will be very appreciable.

Regards,
Rajesh
Posted

1 solution

you can use ajax tab control of asp.net..

you can create tabs dynamically.

you can create new tab with coding like.

AjaxTabContainer ObjTabControl = new AjaxTabContainer()

and you can also add tabs to that tabcontrol.

like ObjTabControl.Add() method.

and after creating that control you can add that control to Html Table or div. but before adding please make that div or taable runat server.


still if you face ne prob feel free to contact . and dont forget to vote for my answer.
 
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