I have a GridView in my aspx form. In that gridview i have some boundfields.
I have a auto generated button name "Click Me" in template.

After clicking on the button "Click Me", I want a popup window will raise (somepage.aspx).
the "Click Me" button will pass the row information (bound fields value) in session.

Could anyone please help me how to do that with codes. I am a novice in asp.net.(I am using c#, asp.net2005)