bind menu control with a dataset
- From: "cipcip" <passerir@xxxxxxxxxx>
- Date: 10 Apr 2006 10:37:38 -0700
hi is there a way to bind a menu control with a dataset without get
this error?
System.InvalidOperationException: HierarchicalDataBoundControl only
accepts data sources that implement IHierarchicalDataSource or
IHierarchicalEnumerable.
I've tryed this , but it doesn't render correctly and write the menu
with some extra elements
Dim x As New XmlDataSource
x.DataFile = Master.serverMapPath + "app_data/level2Menu.xml"
Menu1.DataSource = x
Menu1.DataBind()
.
- Prev by Date: Application_Start no longer firing wince converting project to WAP
- Next by Date: Re: writing to an access database?
- Previous by thread: Application_Start no longer firing wince converting project to WAP
- Next by thread: RE: Sharing Users, but not roles between Applications
- Index(es):
Relevant Pages
|