Hi,
I have a web application(made in ASP.NET ) which displays excel document(or other kind of document) in a frame by using Response.Redirect(@"some path../Excel1.xls", true);
My problem is that when i open 2 excel document one after the other.The second excel document seems to be corrupted. When i click on the excel tab(to go to different worksheet).
The tab vanishes!! This problem does not happen when i open say a jpg image file in between 2 excel files.
Bye.