Hi
I had a task to generate invoice in our inhouse ERP which is developed in C#.net now my the task is create the 3 identical copies with the buyers copy, sellers copy duplicate copy in the top of each page please help me in this task
Thanks & Regards
Mahendran
Posted Jan 21, 2014, 1:34 PM
during each loop just check for the counter count and for each counter from 1..3 check for counter value and if value 1 print string "ORIGINAL INVOICE" AND If counter 2 print string "Duplicate" and if string 3 then "Triplicate" by doing so you can just extend the code which you may already have to accommodate this.
Gagan Bhatia
Vishnujeet KumarPosted Dec 26, 2012, 11:57 PM
http://www.c-sharpcorner.com/Blogs/4692/