最后一列e.Row.Cells.Count-1中绑定了日期,在RowDataBound事件中添加了一些HTML,但没办法得到某行最后一个单元格中的日期,请兄弟们赐教,现在CSDN的搜索不好用了private void gvList_RowDataBound(object sender, GridViewRowEventArgs e){
    gvList.Rows[e.Row.RowIndex-1].Cells[e.Row.Cells.Count - 1].Text = e.Row.Cells[e.Row.Cells.Count-1].Text + "</td></tr><tbody><tr style='display:none'><td>";
}