Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: rdcproPosted on 2009-06-01 at 11:12:26ID: 24520170
You can do this with SharePoint designer (SPD), and you can do it in Visual Studio (VS). With SPD, you can customize a page, adding a menu control that you might have written, or a third party menu control such as the Telerik RAD Controls for ASP.NET AJAX.
In VS, you do the same thing, but it's more maintainable because you create a master page in code, and then attach it to the site using a SharePoint Feature. In the feature activated event, you can attach custom master pages, CSS, etc. If you "staple" that feature to a particular site template, it will automatically apply your customizations each time a new site is created on that template.
While the Visual Studio approach is a bit of upfront work, in the long run it's easier than uing SPD. However, it can be done either way. Here's an example of replacing the MOSS (or WSS) navigation controls with the RadMenu:
http://www.telerik .com/help/ aspnet-aja x/moss-inc orporate-r adcontrols -in-moss-s ites.html
R egards,
Mik e Sharp