How do I bind only one node to a datatable or dataset(or sqldatasource I would like to use cache so it does not load every call as well)
I have a dynamic list of products that I want to display as a drop down under NavigationNode2 "Products".
I suspect I would do something on nodedatabound but not sure what?
Thanks, Marty
<telerik:RadNavigation ID="RadNavigation1" runat="server" CssClass="siteMainMenu"> <Nodes> <telerik:NavigationNode ID="NavigationNode1" Text="Home" runat="server" NavigateUrl="/"> </telerik:NavigationNode> <telerik:NavigationNode ID="NavigationNode2" Text="Products" runat="server"> </telerik:NavigationNode> <telerik:NavigationNode ID="NavigationNode3" Text="Support" runat="server"> <Nodes> <telerik:NavigationNode Text="Tutorials"></telerik:NavigationNode> <telerik:NavigationNode Text="Samples"></telerik:NavigationNode> </Nodes> </telerik:NavigationNode> </Nodes> </telerik:RadNavigation>I have a dynamic list of products that I want to display as a drop down under NavigationNode2 "Products".
I suspect I would do something on nodedatabound but not sure what?
Thanks, Marty
