So I've never used this ASP Menu control and it seems pretty useful but I can't get it working properly.
I have the databeing pulled from a Access database and being converted to an XML datasource with a .xsl file. All is well and the data populates and the menu works except for one a couple issues.
Issue 1: When I click an item it does not get "selected" When the page does a postback (links for itms in the menu just postback and add a query string item) the query string item is added to the URL but the item that was clicked does not become selected. I dont understand why.
Issue 2: I have an on_MenuItemClick sub setup to copy some data from the menu to a couple text boxes and the even is never fired when I click an item. I set a breakpoint on the sub and it never gets hit no matter how many items I click on.
Excellent tutorial except for these issues.
Thanks a bunch,
McFrosty