Questions tagged [sitemappath]

46 questions
1
vote
2 answers

Breadcrumbs Not Displaying in Master Page

I do not see this on Stackoverflow, but may have missed it. The path displays: on the home page always (i.e. whenever I go back to it) on any page where I start (e.g. displaying About box using File\View in Browser. It will show up once on the page…
Buck
  • 599
  • 7
  • 20
1
vote
2 answers

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 programatically (at least I ASSUME) but is there an…
Sara Chipps
  • 9,322
  • 11
  • 58
  • 103
1
vote
2 answers

How to automatically generate the site map path in page header?

I used web.sitemap to generate the site map path for my asp.net application. and I can generate two lays just like: http://localhost:8080/test.aspx but If i need to generate the MVC path like this: http://localhost:8080/test.aspx/edit/2 and I need…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
1
vote
2 answers

Multiple root node in asp.net SiteMapPath (Web.sitemap)

I am implementing a Dashboard kind of web application, where users having different Roles. I have to show Site Map Path at the top pf the page, as user browse the different pages inside the dashboard. I am using asp.net SiteMapPath, how can i use…
ramya
  • 2,350
  • 6
  • 31
  • 57
1
vote
0 answers

ASP.NET multiple sitemaps

I'm new to the ASP.NET. I need to create a new version of a website in another language (Portuguese to English). I've created a new folder (/english/) with the translated pages and controls inside. The "/Default.aspx" page has a link which…
0
votes
1 answer

Why Would The SiteMapPath In SharePoint, Not Display All Sub Sites?

I have a SharePoint with site A, which also has a nested site B, and inside of that, site C and inside of that site D. On the home page for site D, my URL is perfect. It shows http://A/B/C/D/Pages/default.aspx But my breadcrumb shows me A > C >…
klewis
  • 7,459
  • 15
  • 58
  • 102
0
votes
1 answer

my SiteMap don't work Correctly

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 The page you are looking for might have been removed,…
mohammad reza
  • 3,292
  • 6
  • 29
  • 39
0
votes
1 answer

Error SiteMap

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 removed, had its name changed, or is temporarily…
mohammad reza
  • 3,292
  • 6
  • 29
  • 39
0
votes
1 answer

No breadcrumbs with MVCSiteMapProvider custom MvcRouteHandler

I have 2 routes in global.asax routes.MapRoute( "DefaultFriendlyUrl", "Page/{FriendlyUrl}", null, new string[] { "MvcApplication2.Controllers" } ).RouteHandler = new…
balyk
  • 1
  • 1
0
votes
1 answer

Saving page preference in site navigation using SiteMapPath control

I have created site navigation in my ASP.net application using SiteMapPath control and its working fine. Now my requirement is that, there is open page in my application which has Radio buttons and based on their selection datagrid is populated from…
Yogi
  • 233
  • 5
  • 19
0
votes
0 answers

Sitemap does not appear to work on .Net Core

SiteMapPath .Net component works fine on .Net environment. But it seems not on .Net Core. For e.g., if the https://www.c-sharpcorner.com/UploadFile/2f59d0/implementing-sitemap-in-Asp-Net/ is developed choosing .Net Core, the breadcrumps as expected…
0
votes
1 answer

asp.net breadcrumb

I am having a problem with the breadcrumbs - when I use the breadcrumb to move back in the breadcrumb to the previous node in the sitemappath control is there way to store the data. is there a way around this? thanks
kt87
  • 51
  • 1
  • 3
  • 8
0
votes
1 answer

Navigation SiteMathPath

My application has a number of different users, currently there are different masterpages set up for them. The idea is for some type of breadcrumb in the system i.e. home > details > ... What is the best approach for this? I think I will need to…
kt87
  • 51
  • 1
  • 3
  • 8
0
votes
3 answers

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
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
0
votes
1 answer

Customizing SiteMapPath like Bootstrap Breadcrumb

In a Asp.Net website, we can simply add the breadcrumb by using the SiteMap and SiteMapPath. But the SiteMapPath adds a very simple breadcrumb on the website. I want to customize the SiteMapPath on my website to contain icons from FontAwesome for…
Junaid Sultan
  • 343
  • 1
  • 5
  • 17