日期:2014-05-18 浏览次数:20754 次
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[0].Text = " "+e.Row.Cells[0].Text; } }