Avatar of andrewmilner
andrewmilner

asked on 

Re-Binding Gridview on Child window close

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);
}

Open in new window

JavaScriptASP.NET

Avatar of undefined
Last Comment
abel

8/22/2022 - Mon