I have a web form which uses a master page (holding couple of div tags). there's a grid view that populates as a home page, till this point everything is OK. I have an edit control on this grid view which will modify the characteristics of the selected row. by the time it's clicked it will unhide the second grid view which has the required options. the problem is when I click on the edit button it will screw the menu items. it would be OK if I refresh...