Hi,
i have a gridview which is placed on the first aspx page. When the row of the gridview is clicked it will redirect to the second aspx page. How could i get the selected row value(s) of the first aspx page and use the row value(s) in the second aspx page?
Thanks,
Bugwee