473,396 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SqlSiteMapProvider question for menu control

I need to translate thi control into vb.net code and i'm having a little
trouble.
(by the way, i love the example)
Specificly I'm not sure how to translate this statement:
// Create a dictionary for temporary node storage and lookup
Dictionary<int, SiteMapNodenodes = new Dictionary<int, SiteMapNode(16);
peter, you answered my last question i suppose i'm asking a favor now,
thanks for the code...
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
Aug 17 '07 #1
2 1392
"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:7D**********************************@microsof t.com...
>I need to translate thi control into vb.net code and i'm having a little
trouble.
There are plenty of online converters available on the Internet - here's
one:
http://www.developerfusion.co.uk/uti...sharptovb.aspx
Dictionary<int, SiteMapNodenodes = new Dictionary<int, SiteMapNode>
(16);
Private nodes As New Dictionary(Of Integer, SiteMapNode)(16)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 17 '07 #2
Thanks, That one worked better than the one i was using.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
"Mark Rae [MVP]" wrote:
"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:7D**********************************@microsof t.com...
I need to translate thi control into vb.net code and i'm having a little
trouble.

There are plenty of online converters available on the Internet - here's
one:
http://www.developerfusion.co.uk/uti...sharptovb.aspx
Dictionary<int, SiteMapNodenodes = new Dictionary<int, SiteMapNode>
(16);
Private nodes As New Dictionary(Of Integer, SiteMapNode)(16)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 17 '07 #3

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

Similar topics

6
by: Sandy | last post by:
Hello - I have a book that illustrates pulling menu items from a Sql Server table into an ascx via a stored procedure. Is this something that is done in the real world? I do like the effect...
7
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote...
2
by: SteveL | last post by:
Hi, I'm using the SqlSiteMapProvider to get my site map from sql 2005 rather than the default web.sitemap xml file. I understand that in order to do a cache dependency on my tables I need to...
1
by: Rahul | last post by:
Hi I have a SQLServerSiteMapProvider code from one of the guru's from microsoft, So i am successfully getting the records in my Menu control which is reffering to SQLServerSIteMapProvider. ...
17
by: GS | last post by:
the main menu in the application seemed to disappeared all together until I click on an control and select mainmenu1 in designer. then the mainmenu1 displays where it should be but running it or...
3
by: John | last post by:
Hi there, I was reading an article (http://avenuea-razorfish.com/articles/TheAll-MenuNavigation_Turbek.pdf) on 'all-menu navigation' and I'd like to try and implement this in my site. Can...
5
by: Brad Isaacs | last post by:
Good morning friends, I am working with ASP.NET 2.0 -- VB code behind I have created tabbed pages using the Menu control with the Multiview control. Using the menu control to display the...
2
by: MCM | last post by:
I'm working on a plotting control. The plotting control will have a context menu with basic commands for "scaling", "zooming", etc. Is there a way that, from the parent form, I can add more...
0
by: rote | last post by:
I'm trying to implemenet a navigation control using SqlSiteMapProvider like below http://www.eggheadcafe.com/tutorials/aspnet/028e14ef-ee6a-4317-aa14-227d5d753712/treeview-navigation---sq.aspx I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...

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.