I have a gridview that is loaded in a jQuery UI dialog box. Both the dialog box and gridview are working great now. But I was wondering how can I refresh the parent page when either clicking a button in the dialog box or closing the dialog box?
I tried this:
location.reload(true);
But it is only working in FF.
Thanks