Update panel refresh in Firefox Vs IE7
-
Hi, I have an aspx page in which i'm using a popup(The popup is a dynamically created iframe - we will assign the url to it when we need the popup). In the aspx page there is agridview inside an update panel. The popup will accept some data and on closing , the gridview should refresh and show the updated values. I'm using 'window.location.reload()' to refresh the parent window. It is possible to popup the window, add new data, close the popup and the parent window gets updated now both in Firefox and in IE7. But when i'm using IE7 the whole window (parent) gets refreshed and i lose the selection made on checkboxes. But it works fine in Firefox, ie the checkbox selections remain same when its coming back from popup) can anybody help me to figure out the problem?