tags:

views:

38

answers:

1

Hi all,

What I want to do is a simple breadcrumb which I have accomplish this with Web.sitemap

Home--> page1 --> page2

What I need to do

If I navigate to page1.aspx?param=value and after this I go to page2.aspx the breadcrumb shows Home--> page1 --> page2 in which, if I click Page1 it redirects me to page1.aspx but how could I retrieve the given variables from page1.aspx, so to be redirected to page1.aspx?param=value?

Thanks

A: 

I'm not sure if this will solve your specific issue but you should check out the MVC SiteMap Project on CodePlex, as a really good starting point:

http://mvcsitemap.codeplex.com/

You can avail of the new NuPack for an easy install of this:

http://blog.maartenballiauw.be/post/2010/10/08/Using-MvcSiteMapProvider-throuh-NuPack.aspx

IrishChieftain
I'll check it out. If I can't use it for a web form site, I will use it for an MVC site. Thanks IrishChieftain
StrouMfios