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...
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!
StevePosted Nov 29, 2010, 2:38 PM
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.
Mahesh ChandPosted Nov 29, 2010, 12:04 PM
http://www.textcontrol.com/en_US/products/dotnetserver/overview/article/browser/
Mahesh ChandPosted Nov 28, 2010, 10:34 PM
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.