string pID=this.DataGrid1.DataKeys[e.Item.ItemIndex].ToString();

VS2003中,在一个DataGrid里点一个linkbutton然后选中这一行的索引,然后把关键字找出来。

在VS2005里没有DataGrid 用GridView写 没有e.Item.ItemIndex
请问要实现同样功能语句应该怎么修改?
多谢