How to access GridView DataKey values

2010-06-21

int pKey = (int)gvwSiteVisitDetails.DataKeys[gvRow.RowIndex].Values["GATExecutionDepartmentSiteVisitID"];

0 comments: