Question

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net.

I want to develop a WebPart, like a tab based control, like task manager, items (e.g. processes, users, etc.) are managed by tab on the top for different categories, and in each category tab, items are organized in list. I need to get information about which tab is selected in my requirement.

Any reference code or document?

Was it helpful?

Solution

You could delegate the tab stuff to a jQuery plugin (just google), all you then need to do is render the correct html.

e.g. you render div elements with a certain class and let the jQuery plugin transform this to tabs on the client.

Not sure what you mean by "I need to get information about which tab is selected in my requirement" and whether this requirement is still valid when you implement it as suggested.

OTHER TIPS

Christophe Humbert's Easy Tabs would be an ideal option to use. You place list view web parts on your desired page, then add in the easy tabs script and it converts it to a tabbed interface.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top