by Oscar
16. September 2009 14:22
If you have a .NET background, you are bound to have many questions as to how things can be done on SharePoint. Given the fact that SharePoint 2007 is written on top of .NET 2.0, anything and almost everything you can think of, can be accomplished using the .NET web app typical techniques.
Recently, I ran into a scenario where my client had completely scratched the “look n feel” of SharePoint. One of the requirements was to have a custom navigation WebPart available on all pages. What to do?
Well, I added the custom WebPart to the Master Page! Easy!
FIGURE 1 – declare the custom WebPart DLL on Master Page
FIGURE 2 – Code on the Master Page that places the custom WebPart
