I have a page with two grids.The one at the top of the page has Visibility=False until such time as the user selects an item from the menu on the left. The grid is then populated appropriately and the visibility is set True. In Firefox this works correctly with the lower grid being repositioned down the page below the upper, newly populated and visible one.
In IE the upper grid does not appear at all - there is a page refresh, so the menu-click is being intercepted and it does generate a postback - ther than that - nothing appears to happen.
Any suggestions?
VS2008 Pro, IG2008v1, C#
Kind regards
Paul
can you post your code?
how are the grids defined on your aspx page. Style's etc.. Relational? Absolute positioning?