Tagged Questions

0
votes
1answer
109 views

asp.net menu show arrow on non selectable nodes

i have a databound asp.net menu with the following databindings <DataBindings> <asp:MenuItemBinding TextField="title" ToolTipField="description" NavigateUrlField="url" ...