sreeramnavale
Programmer
I use the following code to open a word document from ASP.NET and this code opens the word document on the current web page.
myExportFileOnline = mergeDocumentOnlinePath & "FNC_Commercial_Release_of_Assignment.doc"
Response.Redirect(myExportFileOnline)
I would like to open word document in a seperate new web page, instead of opening it on the current web page as I am doing right now.
Basically I would like to leaving the current web page AS IT IS.
Can some one help me?
Thanks,
SPN
myExportFileOnline = mergeDocumentOnlinePath & "FNC_Commercial_Release_of_Assignment.doc"
Response.Redirect(myExportFileOnline)
I would like to open word document in a seperate new web page, instead of opening it on the current web page as I am doing right now.
Basically I would like to leaving the current web page AS IT IS.
Can some one help me?
Thanks,
SPN