ASP.Net: How to send an id and get it in the next/other page?

Timberton4

New member
I have a GridView and there's hyperlinks in a column. I set the DataNavigateUrlFormat to: mypage.aspx?id={6}
My Questions:
1. Is the number in the { } in "?id={6}", the columns number?
2. How to get the id we sent in the other page and put it in a Label?

Please Help!
Thanks a Million! :)
I use Vb.net but c# is also ok! :D
 
Back
Top