Questions tagged [sitemappath]
46 questions
5
votes
1 answer
Why there is "Skip Navigation Links" for my SiteMapPath in Firefox
I have a site map in top of my master page , When i run in Firefox the first node is "Skip Navigation Links" What's that ? And How can i get rid of that ? It's noticeable that that's not in IE .

Mostafa
- 3,002
- 10
- 52
- 79
4
votes
3 answers
BreadCrumbs - ASP.NET - VS2008
In my old web app, asp.net 1.1 days, i had custom 'breadcrumbs' for site navigation. I want to redo my website using VS-2008. Does this have a built in breadcrumbs which can be placed on a master page? If so can anyone point me to the right…
anon
4
votes
2 answers
Dynamically built SiteMapPath in asp.net
I'm trying to build a dynamic site map on my site using SiteMapPath.
Should be like this:
Home > Products > %product_name% > Prices
where %product_name% is set dynamically in the runtime, depending on the user's choice.
I've read many articles on…

GaGar1n
- 1,040
- 2
- 10
- 17
3
votes
3 answers
Is it possible use ASP.NET Sitemap to generate Breadcrumbs?
I want my ASP.NET site to have simple menu string aka Breadcrumbs.
I have created Sitemap with all required elements and registered into Web.config. For example:

abatishchev
- 98,240
- 88
- 296
- 433
3
votes
1 answer
Breadcrumbs SiteMapPath and SEO-Friendly Routing
I have routing set up as follows:
void RegisterRoutes(RouteCollection routes)
{
routes.MapPageRoute("", "Home", "~/Default.aspx");
......
}
I'm implementing breadcrumbs using a SiteMapPath control:

IrishChieftain
- 15,108
- 7
- 50
- 91
3
votes
1 answer
Rewriting sitemap.xml url - asp.net web.config
I know in htaccess but how can I rewrite url of sitemap using web.config Rules property. I have tried following ways, but none worked
…

Luckyy
- 1,021
- 4
- 15
- 29
2
votes
1 answer
SiteMapPath Stops Displaying in ASP.NET 4
We have a SiteMapPath control on the page and this is bound to an XML Web.sitemap file with the default provider. We've had this site for years and have recently upgraded to ASP.NET 4.0 on IIS 7.5 on Windows 2008 R2. For some reason, after about…

John Fager
- 452
- 1
- 4
- 16
2
votes
4 answers
Is adding attributes to nodes in the web.sitmap a bad idea?
I using SiteMapPath with an xml file for data. I would like to use the same file for another menu, but I need to have more information attached to each node.

NitroxDM
- 5,039
- 10
- 44
- 56
2
votes
1 answer
ASP.NET: SiteMapPath CSS
How do I format below SiteMapPath:
Home > Account > Profile > Change Password
to this format sample format (Breadcrumb Default):
CLICK HERE
Currently I have using web.sitemap, and also currently using:

exp user
- 21
- 1
2
votes
1 answer
How to Check If URL Exist Within SiteMapPath?
I am using the SiteMapPath for my breadcrumb. Currently it displays the path I took to my current page, but I have a message that displays "You are here: Level1 > Level2 > Level3". The SiteMapPath is placed within my MasterPage. I have pages that…

Anna
- 239
- 1
- 7
- 21
1
vote
1 answer
IHierarchicalEnumerable to SiteMapPath?
exists any simple method to use my IHierarchicalEnumerable class in SiteMapPath control?
Thanks

Jan Remunda
- 7,840
- 8
- 51
- 60
1
vote
1 answer
Is there a way to programmatically set the current node of a SiteMapPath control?
My site has a few pages that point to the same child page. I'm using a xml site map that will not allow me to duplicate a SiteMapNode with the same Url. My idea was then to give my SiteMapPath control a parent node to populate itself from, and…

rball
- 6,925
- 7
- 49
- 77
1
vote
0 answers
CurrentLevelsDisplayed attribute added to HTML of an asp:SiteMapPath
When I use an asp:Sitemappath control the HTML it generates automatically adds a "CurrentLevelsDisplayed" attribute to the span node it generates around the sitemap. This obviously fails in W3C.
How can I get rid of this attribute in the HTML? I…

TheQui
- 31
- 4
1
vote
1 answer
Breadcrumbs - don't show current node
With the SiteMapPath control (navigation breadcrumbs), is there any way to NOT show the current node you are on? I only want to show the parents. There is a property to RenderCurrentNodeAsLink, but not what I'm looking for. Thanks!

Nelson Rothermel
- 9,436
- 8
- 62
- 81
1
vote
1 answer
Is there any general purpose breadcrumbs management library/code in .net?
I want to make a msdn style breadcrumbs navigation

suhair
- 10,895
- 11
- 52
- 63