Hi All,
Our support team faced the following issue:-
From a Grid view link in a Page "A", a Popup Page "B" is opened. In the pop up page, page load method, they are retrieving binary data to open a word/excel/image.
They are using the following code after retrieving Binary data :
Response.Flush();
Java script - window.close();
The word/excel/image is opened but the Popup Page "B" still remains.
Suggest a solution to close the Popup Page "B"
Thanks,
DAVID