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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started