给GirdView加上 RowDataBound事件。

在RowDataBound事件里加入隐藏列代码


 //隐藏第一列
        e.Row.Cells[0].Visible = false;