C
cipcip
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()
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()