D Danny Ni May 16, 2005 #1 Hi, Is there a way to do MS Word mail merge using ASP.Net and present the result in browser? TIA
G Guest May 16, 2005 #2 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
G Guest May 16, 2005 #3 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