How to create sharepoint navigation bar programatically using c#

1.1k Views Asked by At

I am using c# with asp.net for wspproject. I am using spgridview to show the folders and files. When i clicked on folder, the spgridview bind with folder content(files/folders).

Now i need to navigate folders based on the folder names like navigation bar in sharepoint.

How to create the navigation bar for sharepoint folders?

Any suggestion appreciated.

1

There are 1 best solutions below

0
On

Have you looked at SiteMap Providers in .NET? Completely dependant on if you want this to be dynamic or not, providers are easy to setup using a Sitemap.xml file, but they're static.