tags:

views:

49

answers:

1

Dear Friends

I want to get a word document from data base by ASP.Net and show it on Internet Explorer, then I want to edit some text and replace this document with the original one, exactly same as Sharepoint. I couldn't find any tutorial or example for this situation. could you please help me?

Shahrooz

+2  A: 

Man Word understands that the document is from Sharepoint. You will need a lot of plumbing like services to take care when the file is changed by user (like file system watcher to watch when file is modified) and then upload it back to server.

I think SharePoint is already good at this and you should figure out to fit it into your strategy to use it for this kind of things.

TheVillageIdiot