Hi,
In my web application, I use an exit button which runs session.abandon to close the session and then close the browser.
It does not work with multi-tabs in IE. If I open my application in two tabs, I click on the exit button in one tab which abandons the session and close the tab. But the application in another tab can still work.
Is there any way to close the session for this application in all the...
User Profile
Collapse
-
how to close session of the same application in all tabs
-
Using a windows service to open an Excel file
Hi,
I am using an IIS application to launch a windows service which then opens a (2003 or 2007) Excel file. When my Excel add-in receive the 'open' message, it will try use the following code to open the Excel file.
Microsoft.Offic e.Interop.Excel .Application.Wo rkbooks.Open(fN ame, False, 1) 'fName is the path to the file
Then I got the exception:
"Microsoft Office Excel cannot access the file...
No activity results to display
Show More