need help on using word docs in asp.net

G

Guest

Hi,
I've a requirement in which I need to show a word document in the web page,
allow the user to edit the document and then save the document ina
particular location, How can I acheive in asp.net 1.1? need guidance....
 
G

Greg

Depends on the source of the Word doc. If it is just a doc file
sitting on the server, then just provide the link to the file, <a
href="tmp.doc", target="_blank">Word Doc</a> for the user to click on
which will open the Word doc in a new window of the browser.

If your doc is stored in a database, then you could stream it out to
the browser which would also open it the browser. Either way, the user
will have the ability to edit the doc and save to any available
location.

Hope this helps.
G
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top