I am dynamically adding and removing items from a menu control depending on what is going on in my web application. The problem is, the menu control doesn't want to refresh with the new items, I am assuming, because the page has not been posted back. The code works in a button click, but I am needing this to run in a separate event that does not do a page postback. Is there a way to force a page postback or to call some sort of refresh on the control? my ASP.NET skills are severely lacking...