if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[6].Text = Server.HtmlDecode(e.Row.Cells[6].Text); e.Row.Cells[7].Text = Server.HtmlDecode(e.Row.Cells[7].Text); e.Row.Cells[8].Text = Server.HtmlDecode(e.Row.Cells[8].Text); e.Row.Cells[9].Text = Server.HtmlDecode(e.Row.Cells[9].Text);//實現<br />換行 }
GridView内容<br />换行,布布扣,bubuko.com
原文:http://www.cnblogs.com/shenyixin/p/3837996.html