Im opening a child window which updates some info in a database.
I then need the gridview on the parent page to refresh once the child is closed to reflect the changes.
Any ideas on how I would force page refresh on child close or rebind the gridview?
function fnOpen(TargetURL,iHeight,iWidth) { var sFeatures = fnSetValues(iHeight,iWidth); window.showModalDialog(TargetURL, "", sFeatures);}