could anyone please help me how to implement mail merging with multiple records, I have tried <<NEXT>>
in my .dot file but it did'nt work at all ,
.....
Asked
Active
Viewed 34 times
0

James Randy
- 65
- 10
-
Are you using COM Automation, the official DOCX library, a third-party library, or something else? Note that COM Automation is not supported within ASP.NET due to COM permissions and concurrency issues. – Dai Jul 20 '17 at 07:58
-
Also you tagged this question with DOCX but you said you have a DOT file. The OOXML files are very different to the 97-2003 binary formats. – Dai Jul 20 '17 at 07:59
-
Ok, i picked up the project from someone else(who is not available anymore) , so how can I know which I am using, COM or a third-party library ? (Sorry, I am just new to this feature, ThankYou). – James Randy Jul 20 '17 at 08:07
-
@Dai Ok, I am using Aspose. – James Randy Jul 24 '17 at 09:10