I'm building a web-based database query tool. The results are displayed in a gridview on the page. I'm trying to offer the users the ability to print *only* the gridview in plain formatting. What I was advised by senior programmers at work to do is to load the gridview results into the session, open the new .aspx page in the the Page_Load retrieve the session. Does anyone have any experience in this? If so, can you demonstrate how this would be done? Thanks.
Josh
Josh