web from generate html on separate pages
In a web form 2010 application, I am creating letters that need to be sent to various customers that are generated in html and are sent to 2 or 3 customers at the at different addresses. However each letter needs to be the same. The only difference is the mailing address. Thus I need each letter to be generated on separate pages. Thus I would like to know what html command can be used to made certain each letter is printed on separate pages. Thus can you tell me what the command would be?
Midhun TpPosted Oct 16, 2016, 9:47 PM
I think you can take addresses from sql server and loop through those addresses and bind them on a particular div and generate the html page or print them. So rest of the contents will be same.
dcPosted Oct 16, 2016, 9:34 PM
Midhun TpPosted Oct 16, 2016, 9:25 PM
Your question is not clear. Do you need to create am html page and print that page in to 3 separate pages?