Hi,
i have a web application(made in C#.NET ) which opens excel spreadsheet in a frame by using
Response.Write("<script>window.open(' xls FilePath ');</script>"); . The excel file is opening correctly but my problem is once the document is open in the application it prevents
use of Excel outside the application.If the excel document was open before the one open by the application. i cannot edit the excel sheet outside the application.
Thanks,
Raymond.