Submit parent forms after closing child form
-
Hello Every one ! i have 2 pages one of them is parent for other one parent one contion a gridview when i click on grid child page is opening i do editing on my record then i close page but no thing is not happen to grid if i refresh page manual grid become refresh as i want but i want to do it by closing child page i open child page by this Code : window.open("childpage.aspx?Id="+grid.cell[5].text ,"page1","height:150,witdh:150,left:50,top:30") for close child i use this Code opener.document.parent.submit(); window.close(); please help coz i cant do any thing with out refresh parent page by the way if i can do it when i m closing page it is best
-
Hello Every one ! i have 2 pages one of them is parent for other one parent one contion a gridview when i click on grid child page is opening i do editing on my record then i close page but no thing is not happen to grid if i refresh page manual grid become refresh as i want but i want to do it by closing child page i open child page by this Code : window.open("childpage.aspx?Id="+grid.cell[5].text ,"page1","height:150,witdh:150,left:50,top:30") for close child i use this Code opener.document.parent.submit(); window.close(); please help coz i cant do any thing with out refresh parent page by the way if i can do it when i m closing page it is best
Create a method which will refresh the grid with latest update and call before closing the child page ?
-
Create a method which will refresh the grid with latest update and call before closing the child page ?