Question: In my C# ASP.Net application, I've got a repeater control which displays invoice information. Within each row of the repeater grid, there is a 'Save
In my C# ASP.Net application, I've got a repeater control which displays invoice information. Within each row of the repeater grid, there is a 'Save as PDF' button that should save the information displayed in that particular row. I also need to save company information (which is hard coded) to the pdf as well since the pdf is essentially an invoice which is to be sent to clients. What would my code look like to achieve this?
I basically need the button in my repeater control to save information for each row in the repeater grid. Each row in my grid has a button linked to it but currently the button saves the entire grid as pdf instead of just saving information linked to its particular row as pdf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
