I'm using a gridview to display large amounts of data.The data source is stored in session, so that I can page/sort the gridview without having to take additional trips to the SQL server.Is there a better way to page/sort the grid without having to store the data in session?