我在用
e.Row.Cells[0].Visible = false;
使单个列不可见。它有效,但是当我尝试像这样添加另一个时:
e.Row.Cells[0].Visible = false;
e.Row.Cells[1].Visible = false; //i tried listing all and still got the out of range error
我得到错误Specified argument was out of the range of valid values.
Parameter name: index
我正在使用 GridviewRowDataBound
事件中的命令,从 0 开始,gridview 有 12 列