可以在Gridview 的Row_DataBound事件 中取得if (e.Row.RowIndex!=-1){DataRowView dv=e.Row.DataItem as DataRowView;string result=dv["列名"].ToString();}