0
votes
1answer
18 views
SiteMapPath Asp.net at Java
Hello, how can i do SiteMapPath navigation like Asp.net at Java
(home -> product -> dvd -> ...)
Exist some lib or jar to do it ? Or some example, would be nice, any idea )
Thank you.
Thank you …
1
vote
3answers
709 views
Is it possible use ASP.NET Sitemap to generate Breadcrumbs?
Hello.
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:
<siteMap>
…
0
votes
1answer
336 views
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 …
0
votes
2answers
396 views
SiteMapPath Disappears on sub page
For some reason on my page my SiteMapPath disappears.
Site structure:
WebApp
-Default.aspx
-> Reports\
----Default.aspx
----MyReport.aspx
Web.sitemap
<?xml version="1.0" encoding="utf-8" …
0
votes
0answers
192 views
How to use SiteMapPath with Server.Transfer
If you use Server.Transfer to save the extra roundtrips caused by Response.Redirect, the SiteMapPath gets out of synch and displays the previous page information in the breadcrumb. I have spent hours …
1
vote
1answer
95 views
IHierarchicalEnumerable to SiteMapPath ?
Hi,
exists any simple method to use my IHierarchicalEnumerable class in SiteMapPath control?
Thanks
2
votes
3answers
426 views
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 …
0
votes
1answer
64 views
Error SiteMap
hi.
What is this error when I SiteMapPath and Configure whit siteMap.of course when I upload my website,I showing this error : "The page cannot be found
The page you are looking for might have been …
0
votes
1answer
49 views
my SiteMap don’t work Correctly
hi. What is this error when I use SiteMapPath . when I click One link in my webSite , this error appeared in a page . of course when I upload my website,I See this error :
The page cannot be found …
2
votes
2answers
490 views
asp:SiteMapPath with dynamic images
Ok, so I'm building bread crumbs and depending on the value of the breadcrumb an image will be the seperator. So "HOME" will have one image and "SEARCH" will have another.
I know I can do this …
2
votes
4answers
109 views
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.
<siteMapNode target="_blank" …
1
vote
1answer
88 views
Is there any general purpose breadcrumbs management library/code in .net?
I want to make a msdn style breadcrumbs navigation
