I’m trying to give users an ability to print asp.net gridview/listview report. Could anyone please guide me how it’s best achieved?
Ability to export to Excel/PDF would be good as well.
Thank you in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set up a print stylesheet that strips out everything you don’t want on the page.
Have a javascript print button for printing the page.
Job done.