Opening and editing word document in a browser through asp.nethttp://forums.asp.net/t/1772064.aspx/1?Opening+and+editing+word+document+in+a+browser+through+asp+netThu, 23 Feb 2012 11:48:07 -050017720644842992http://forums.asp.net/p/1772064/4842992.aspx/1?Opening+and+editing+word+document+in+a+browser+through+asp+netOpening and editing word document in a browser through asp.net <p>I have a requirement to develop an&nbsp;<a href="http://asp.net/" target="_blank">asp.net</a>&nbsp;&nbsp;web application that will open a word document from the server in the browser and the user will be editing the document. On save of the document it should be pushed/uploaded to the server.&nbsp;</p> <p>It will be great if anyone can throw few lights on how to achieve this.</p> <p>Thanks,<br> J.Prakash</p> 2012-02-21T11:29:03-05:004843218http://forums.asp.net/p/1772064/4843218.aspx/1?Re+Opening+and+editing+word+document+in+a+browser+through+asp+netRe: Opening and editing word document in a browser through asp.net <p>for user to even view word file, he needs to have office installed on his machine....</p> <p>you can then display the document in browser.... however, the user cannot edit and save it back to server</p> <p>to do this, you will have to use either office web apps</p> <p><a href="http://technet.microsoft.com/en-us/library/ff431685.aspx">http://technet.microsoft.com/en-us/library/ff431685.aspx</a></p> <p>or MS sharepoint</p> <p><a href="http://blog.fpweb.net/sharepoint-2010-ms-word-document-coauthoring/">http://blog.fpweb.net/sharepoint-2010-ms-word-document-coauthoring/</a></p> <p>for just displaying documents in browser without needing user to have office installed, u can use google doc viewer or zoho doc viewer</p> <p><a href="http://docs.google.com/viewer">http://docs.google.com/viewer</a></p> <p><a href="https://viewer.zoho.com/home.do">https://viewer.zoho.com/home.do</a></p> <p>hope this helps...</p> 2012-02-21T13:05:03-05:004847205http://forums.asp.net/p/1772064/4847205.aspx/1?Re+Opening+and+editing+word+document+in+a+browser+through+asp+netRe: Opening and editing word document in a browser through asp.net <p>You can check out Tx Text Control.</p> 2012-02-23T11:48:07-05:00