tags:

views:

1408

answers:

3

Possible Duplicate:

Can you do complex editing of Word Documents in a browser?

Hi All,

Is there any free tool available that allows to open and edit word documents inside browser. I am using ASP.Net 2008 Express IDE.

Thanks

A: 

Solutions to this problem already exist (Google Docs). You might find this question helpful.

Lucas McCoy
A: 

You could use Word itself as an Active X object, as long as your users use IE and have Word installed.

It may be as easy as returning the document with the right mime type application/msword

Assaf Lavie
A: 

Even though it isn't available yet, I would keep an eye on the Office Web Applications. Here is some initial information:

http://workspace.officelive.com/en-us/Office-Web-Applications

ahmedel