
Signature
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
>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/utilities/convertcsharptovb.aspx
> Dictionary<int, SiteMapNode> nodes = new Dictionary<int, SiteMapNode>
> (16);
Private nodes As New Dictionary(Of Integer, SiteMapNode)(16)

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
WebBuilder451 - 17 Aug 2007 20:10 GMT
Thanks, That one worked better than the one i was using.

Signature
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
> >I need to translate thi control into vb.net code and i'm having a little
> > trouble.
[quoted text clipped - 6 lines]
> > (16);
> Private nodes As New Dictionary(Of Integer, SiteMapNode)(16)