How do I edit a word doc & keep control of it?

Hi All,
Just downloaded .Words last weekend & have so far enjoyed how easy it is to use.
My client need is as follows:

  1. create a .doc with some predefined info in it (I have accomplished that).
  2. store that .doc in a db (I have accomplished that).
  3. retrieve that .doc from the db & present it to the end user (I have accomplished that).

What I am having trouble doing is allowing the end-user to edit the document and control where that gets saved.
I have tried using an add-in, but when I save the active docunment via .Words, it is empty.
Any ideas?
Thanks, Kevin

using vb.net, .net fw 3.5, vs2008 & sql server 2005

Hi

Thanks for your inquiry. Aspose.Words is a class library for processing Word documents programmatically, it does not provide user interface for editing your documents. There are a lot of good products on the market which provide user interface for editing documents, like “TX Text Control”, “Subsystems TE”, “Text Dynamics”, “Rad Editor”, “ALLText HT/Pro”. Also there are some web-based editors like Buzzword, Google Docs, ZohoWriter.
Best regards,