User61956409 posted
Hi JagjitSingh,
JagjitSingh
In gridview i have Button . On Click of button i want to pass Id,Name values in the Grid to another form in Hidden way.
Firstly, glad to hear that you solve the problem by yourself using Query String to pass value(s) between two webform pages.
Besides, if you'd like to implement it in a "Hidden" way, you could use session state variable. For more information, please check
this documentation.
With Regards,
Fei Han