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
I hate to answer my own question, but it’s been 2 weeks and no answers.
After a bit of research, I decided to use simple javascript:
This worked in my situation.
Thanks