OK, Heres the deal.
VS2005, AJAX 1.1, Menu With Child Items Inside UpdatePanel.
Why, because Im using ajax and need to dynamically update the enabled state
of one of the menu options.
Problem, if I cause an async request anywhere on the page then quickly hover
over the memu item with child items underneath it, they display while the
request is going on, if I move the mouse cursor off the menu before the
async request finishes and the menu items time out, then it leaves a white
div on screen.
OK, so where do we go from here,
1.) Remove the menues from the update panel, but how can I update the menu
item in question to disable it ?
2.) Find some way of disabling menu items client side while the page is
waiting for a server response.
3.) Do something else even cleverer ?????
Any ideas on how to solve this would be good.