Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
Anyone from share point 2010 developer? I am new to share point. I have requirement that I want to put few custom tab in share point list link. For example if I click Registration (custom list) link that page will open there I want to place some custom tab like Employee Department…etc

By default when page will open Employee tab will be highlighted and employee registration page will be opened and department registration page will be hidden. And When Department tab is clicked department registration page will be opened and employee registration page will be hidden.

How can I achieve this functionality and how to give the link from tab to corresponding registration page?

Your help is always heartily appreciated.

Thanks,
Rahul
Posted

1 solution

I'm not quite clear on your requirements, however, there are several ways to add pages to SharePoint. You need to decide whether it should an application page or a site page. Is this a development project or a SPD customization project?
 
Share this answer
 
Comments
Rahul48 12-Apr-11 12:57pm    
@Mark Nischalke->hi thanks for your quick reply..by the this is SPD customization project..my requirement is i want to add some custom tab in page and want to display their corresponding details page on click the tab.
[no name] 12-Apr-11 13:30pm    
There is only so much you will be able to do in SPD. You can add elements to the site page and use something like JQuery to render tabs. However, if you want something deeper you will need to go with an application page developed through Visual Studio and deployed as a feature.

Keep in mind also that using SPD is not a reusable solution. You will need to apply the same modifications to each site and reapply if the site is restored at anytime.

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