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
 
Back
Top