I have a asp.Net page with a menu of 3 items. Each of the 3 points to a sub-menu, where the sub-menu becomes visible once it is selected from the main menu. I moved an item from the default sub-menu (the first of the 3) to a different sub-menu. Although the menu item appears in its new location when the page is rendered (and its code-behind works aok), the option persists in the old location on the default sub-menu. We are using IIS 7.
Rebooting didn't help. Correct me if I am wrong but I think the page is being cached and that I need to clear this cache.
How do I go about doing this? What has happened here?
Thank you for your help and patience.