如何获取GridView选中行的某列值

2024-12-04 11:12:21
推荐回答(1个)
回答1:

GridViewID.DataKeys[e.Row.RowIndex].Value.ToString()