how to send some information from one web form to another web form in asp.net first web form is HumanList.aspx that shows the list of humans in a GridView
HumanList.aspx
GridView
I would suggest storing it in the session state: http://msdn.microsoft.com/en-us/library/ms178581.aspx