3
Answers

Embedding Word in an ASP.NET page.

Photo of Steve

Steve

14y
3.8k
1

Hi everyone,

I looking for a way to embed Word onto an ASP.NET page. I want the user to be able to edit the Word doc directly from within my ASP.NET page.

So my page would look something like the following...


wordb.png

Also, I'd like to be able to have a hook on the Save button, so that when the user clicks on Save, I would then be able to execute some code of my own.

Thanks!

Answers (3)

0
Photo of Steve
NA 6 0 14y
Hi, thanks for the replies.

Yes I've heard of TextControl. The problem with TextControl is that it strips out Word's form fields like check boxes and text form fields.
0
Photo of Mahesh Chand
1 275.5k 241.8m 14y

You may want to look at TextControl. I have not used it but it says, it provides word-like functionality in the browser.
http://www.textcontrol.com/en_US/products/dotnetserver/overview/article/browser/
0
Photo of Mahesh Chand
1 275.5k 241.8m 14y

This is not possible direct in ASP.NET.
You need to use a third party component to provide this functionality in a Web application. SharePoint 2010 has a component that can provide this functionality but that's not ASP.NET.