日期:2014-05-17 浏览次数:20518 次
if (e.Row.RowType==DataControlRowType.DataRow) { [color=#FF0000]e[/color].Row.Cells[3].Text = ... } ------解决方案--------------------if (e.Row.RowType==DataControlRowType.DataRow){ e.Row.Cells[3].Text = ... }