How to send multiple columnsâ data of a single row
Hi,
Friends how are you all? Hope you all are fine.
I want to send multiple columnsâ data of a single row of a DataGrid to next WebForm. Single columnâs data can be send, using following syntax:
WebForm1.aspx?First Name={0}
I can retrieve that information in the WebForm1.aspx by using the following syntax:
Request.QueryString["First Name"]
Now I want to send multiple columnsâ data to next form.
Thanks,
Regards,
Swadhin.
|