Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Gridview Results into session

Status
Not open for further replies.

cyphrix

Programmer
Nov 16, 2006
27
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top