Saving Values Into Word 2007 Content PlaceHolders

M

MOSS_Mamu

I am using Microsoft.Office.Interop.Word to manipulate Word 2007 Documents.
I have a web form having 4 fields.
The user fills these fields.

I also have an Expense.docx template with 4 placeholders.

I have done coding till opening the word document by referring this post:
http://weblogs.asp.net/vikram/archive/2008/07/01/automating-microsoft-word-2007-with-c-sharp.aspx

I want to save the values of 4 web form fields into the 4 placeholders of
Expense.docx template.

Can anyone please help me in doing this.

Thanks in advance.
Regards.
 
Top