How to update a word document template using ASP.NET 2.0

  • Thread starter Thread starter Jai
  • Start date Start date
J

Jai

Hi,
Is it possibe to update a word document template using ASP.NET 2.0

Example:
This is a word template.

Employee Name: <Name>

Employee No: <EmpNo>

Here i need to change only the field which has mentioned inbetween <>
and this needs to be stored in a seperate file.

Please help me out.

Regards,
Jai
 
Hello Jai,

See there http://www.codeproject.com/aspnet/wordapplication.asp
"template" section

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

J> Hi,
J> Is it possibe to update a word document template using ASP.NET 2.0
J> Example:
J> This is a word template.
J> Employee Name: <Name>
J>
J> Employee No: <EmpNo>
J>
J> Here i need to change only the field which has mentioned inbetween <>
J> and this needs to be stored in a seperate file.
J>
J> Please help me out.
J>
J> Regards,
J> Jai
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top