Author: plasmalightwave | Posted on: 5/28/2009 11:29:44 AM | Views : 855

 Hello..In my web page, I am using frames. When I click on a menu link in the left frame, the following should happen:
1.An exisiting word document(its a template that contains some text),which resides on a remote server,  should open in the right frame of the browser window.
2.I shoule be able to edit the word document. A button present in the left frame(called 'Upload') should save the word document in the remote server(the path is different from the template's path).
 
I am using Visual Studio 2005 and C#. I'm quite new to .NET.Is this possible? In the forum, I read about a piece of code:
Response.AddHeader("content-disposition","inline; filename=myfile.doc")
("inline" as opposed to "attachment")
which opens a word document in the same window. However, can this be used to open the document in a frame?
Any help will be appreciated. Thanks. 
Go to the complete details ...