473,785 Members | 2,220 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SiteMapNode Parameter Question

Hi

I have created a custom SQL SiteMapProvider . I need to localize this
and was hoping to do so in the same way I have localized the content
for the rest of the site.

When I dynamically add my nodes i first create a new node using the
following constructor

public SiteMapNode (
SiteMapProvider provider,
string key,
string url,
string title,
string description,
IList roles,
NameValueCollec tion attributes,
NameValueCollec tion explicitResourc eKeys,
string implicitResourc eKey

as is found here:
http://msdn2.microsoft.com/en-us/library/ms150104.aspx

Ideally I want to declare my resource keys explicitly. Using the
XmlProvider this value is set in the "title" as a value inside the
title atttribute. I dont think the same would be the case here as the
title is seperate. So does anyone know what key/values pairs neeed to
be passed as a NameValueCollec tion into the explicitResourc eKeys
parameter to get this to work. I have tried all the obvious
combinations and noe seem to work.

Thanks in advance to anyone that can help me.

The Big Chod

Jan 17 '06 #1
0 1302

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1924
by: Nate Hekman | last post by:
The documentation for the SiteMapNode class refers to a public property named Item, which is supposed to get a custom attribute from the Attributes collection. But when I include this line in my aspx: <%= SiteMap.CurrentNode.Item %> I get this compiler error: CS0117: 'System.Web.SiteMapNode' does not contain a definition for 'Item'
1
1257
by: Leo | last post by:
I am trying to create a siteMapNode: <siteMapNode title="Finance & Admin" However, it doesn't like the "&" in the string. Do I have to use some escape sequence to make it work?
0
1080
by: David | last post by:
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="" title="Menu" description="" roles="*"> <siteMapNode url="~/" title="Home" description="Home"> <siteMapNode url="~/Home.aspx" title="Home" description="Home" /> <siteMapNode url="Todo.aspx" title="To Do" description="To Do" /> <siteMapNode url="http://www.google.com" title="Blah" /> The Home and Todo nodes render in the menu, why doesn't google
1
2910
by: martinalmroth | last post by:
I have made my own SiteMapProvider and it works fine if all the nodes have a unique url. My problem is that some nodes have no url, it is only a node that groups the nodes in categories. When I have several of these category nodes with no url I get an Stackoverflowexception in runtime. Is there a workaround for this or have I implemented the SiteMapProvider wrong. I have developed three different Providers (all of these are build on...
4
11958
by: nesr235 | last post by:
I can't beleive that Microsoft would create the whole Sitemap XML datasource process but not have a TARGET tag. What am I missing? The only place I saw the target tag was at the treeview level. Please tell me that something this basic is at the siteMapNode level and not the Treeview level? Does anyone have a work around for this Design Flaw?
2
1440
by: Stephen | last post by:
Hi Using: Visual Web Developer Express 2005 Could someone explain to me what the "node" does in a path - such as; <siteMapNode title="Hardware" url="Default.aspx?node=hardware"> Has it got something to do with PostBack?
6
18670
by: Max2006 | last post by:
Hi, I need to hide a series of siteMapNodes to certain roles. That means roles have access to the siteMapNode, but the node doesn't appear on the navigation menu. I'll use Response.Redirect to jump to hidden pages. How can I do that? I tried securityTrimmingEnabled="true" in my web.config. But it doesn't help because the pages are accessible to the roles. I just want to hide the pages from the main menu when certain roles login
0
1081
by: ryanmhuc | last post by:
I would like to create a tab menu navigation where all pages under a directory are considered under a specific tab. So when under any page in a directory its tab is considered selected. I have created a tab menu using asp:menu, used the sitemapnodes, and created a tab navigation that where when on the specified page (SiteMapNode) the tab is selected. I did using the following tutorial http://dotnet.sys-con.com/read/86222.htm Is it...
0
2573
by: AAaron123 | last post by:
Is there a method of making a sitemapnode not visible and still have it's title appear in the bread crumbs? The reason for the invisible sitemapnode is so the page appears in the breadcrumbs (even though the page was accessed otherwise than with a menuitem) I can do it by creating a sitemapnode without a url and placing the sitemapnode that I want invisible under it. That way it appears in the bread crumbs but looks it like a top...
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4061
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.