My problem is that the Page_load fires before any button click event on the page. Say if I wanted to post back to the same page and transfer some data in the querystring, then on page_Load read that data and populate gridview depending on the value in the querystring (details.aspx => details.aspx?id=2).
How can I do that? Thank you!