| Author: Shivshanker Cheral 03 May 2007 | Member Level: Diamond | Rating:  Points: 2 |
in first page assign your id to session like this session("ID") = <your id>
in datagrid page fetch this one like ID = Session("ID") and using this id you can get the the row from the grid
|