Mail merge in ASP.Net

  • Thread starter Thread starter Danny Ni
  • Start date Start date
D

Danny Ni

Hi,

Is there a way to do MS Word mail merge using ASP.Net and present the result
in browser?

TIA
 
You can add the Word object reference and do the merging of the word and then
render the document to the browser.

By the way, this will consume server resources as the word instances,merging
etc happens on the server.

y dont u create a page which displays data from db
 
You can add the Word object reference and do the merging of the word and then
render the document to the browser.

By the way, this will consume server resources as the word instances,merging
etc happens on the server.

y dont u create a page which displays data from db
 

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