var isrefresh = false;
function RefrshGrid() {
if (isrefresh)
document.getElementById('<%=btnrefresh.ClientID%>').click();
}
--on Close Call this function
if (typeof (window.parent.RefrshGrid) != 'undefined') {
window.parent.RefrshGrid();
}
No comments:
Post a Comment