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.
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!