62,204
社区成员
发帖
与我相关
我的任务
分享
protected void Copy_Click(object sender, EventArgs e)
{
int index=((GridViewRow)(((Button)sender).Parent.Parent)).RowIndex;
String value= GridView1.DataKeys[index][0].Value.ToString();
...
}