I have two gridviews on a page with paging enabled on both of them.
On page load, the first gridview is populated with select column. When the select is clicked, it populates the second gridview.
Problem. When I am on page one of gridview1, the select works. However, once I go to page two, the select does not populate the gridview2.
It's almost as if gridview2 disappears when I go to another page on gridview1.