Questions tagged [web.sitemap]

57 questions
0
votes
1 answer

How to pass dynamic multiple parameters in web.sitemap?

I have one page like (test.aspx) now i want to set its URL and Title in site map but the problem is that the same page (test.aspx) is calling from more then two place or links.Now i want to set Title and URL with multiple dynamic generated query…
0
votes
1 answer

SiteMapPath not showing sitemap as expected

Using a control with the Web.sitemap file below:
deepti
  • 729
  • 4
  • 17
  • 38
0
votes
1 answer

ASP.NET - Output of angle brackets from a Web.sitemap file

I'm using a repeater to create a table of contents. The data comes from a Web.sitemap file. One page in the site is about List, so the sitemap node looks like this: The output for this…
wazz
  • 4,953
  • 5
  • 20
  • 34
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
0 answers

Adding an onclick event in asp.net to an item inside the dropdpwn whose url is mentioned in sitemapnode

I am trying to add an onclick event in asp.net to an item inside the dropdpwn whose url is mentioned in sitemapnode but its not happening as it is going to .aspx page. Explantion: I have one menu in my application underwhich we have many other…
kumar shivam
  • 69
  • 1
  • 3
  • 8
0
votes
1 answer

DataBinding: 'System.Web.SiteMapNode' does not contain a property

I want to add glyphicons to my custom built menu that I built using an and a web.sitemap file as a data source. Here is what I've tried:
0
votes
1 answer

How to upload custom sitemap.xml in shopify?

I need to overwrite those generated sitemap. is there any way to do that? Main Sitemap Url https://www.samplesite.com/sitemap.xml Nested Url for pages: https://www.samplesite.com/sitemap_pages_1.xml So, every URL's are automatically generated by…
0
votes
1 answer

Apache: cannot rewrite sitemap.xml as sitemap.php

I have the following .htaccess file in the root (htdocs/johndoe) of my web document tree where index.php is found: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/([^/]+)/([^/]+)/?$…
John Sonderson
  • 3,238
  • 6
  • 31
  • 45
0
votes
2 answers

Using two web.sitemap in a project

I want to use two different web.sitemap in one application. (a bootstrap navbar is create in my master page, i want different layout default pages etc) So msdn says that you must add a new web.sitemap and a key in the web.config msdn documentation…
Robert K
  • 130
  • 3
  • 16
0
votes
2 answers

How to italicize a word being displayed by a web.sitemap

I have a company name that always needs to be italicized. I have navigation that is driven by my sitemap and I can not figure out how to italicize the word. The word is always the same, so I thought about some Jscript, but was wondering if I had…
Rkstarcass
  • 387
  • 1
  • 4
  • 9
0
votes
1 answer

how to create a horizontal menu from web.sitemap in asp.net

i was trying to create horizontal site menu from web.site map.But unfortunately it is showing like first one root node, then three parent node then each child node correspondingly.But i want in the following structure like, first four main menu…
peter
  • 8,158
  • 21
  • 66
  • 119
0
votes
3 answers

Is it possible to have more than on item in ASP.NET web.sitemap?

I have an ASP.NET Menu control that works based on a Web.Sitemap. Web.Sitemap does not allow me to have more than one item in its root. But I need my menu show more than one item in its root. Is it possible? My sitemap is like:
Afshar Mohebi
  • 10,479
  • 17
  • 82
  • 126
0
votes
0 answers

Hide siteMapNode when at particular view

I have siteMapNode inside SiteMap in Web.sitemap and want to hide one of the menu items, when I am at the page .../example.aspx?title=hiding I tried to hide that menu from example.aspx.cs at Page_Load with smth like: MenuItemCollection menuItems =…
ShvedA
  • 21
  • 3
0
votes
1 answer

Web.sitemap should match any query string

My web.sitemap should match any query string. If my data query string is having 100 entries then that would require one hundred site map file entries. Is there any short cut method to do this ? Like-
Jack Stern
  • 395
  • 1
  • 4
  • 16