J
Jeff
Dear reader!
ASP.NET 2.0
How should this line with vb.net code:
e.Item.ImageUrl = CType(e.Item.DataItem, SiteMapNode)("ImageUrl");
be as C#?????
I want to put the code into MenuItemDataBound(object sender, MenuEventArgs
e)
eventhandler.
I came across this vb.net code on the web, but I'm programming in C# so I
need to convert it into C# for to be able to use it
Any suggestions?
Jeff
ASP.NET 2.0
How should this line with vb.net code:
e.Item.ImageUrl = CType(e.Item.DataItem, SiteMapNode)("ImageUrl");
be as C#?????
I want to put the code into MenuItemDataBound(object sender, MenuEventArgs
e)
eventhandler.
I came across this vb.net code on the web, but I'm programming in C# so I
need to convert it into C# for to be able to use it
Any suggestions?
Jeff