GridView内容
换行

if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Cells[].Text = Server.HtmlDecode(e.Row.Cells[].Text);
e.Row.Cells[].Text = Server.HtmlDecode(e.Row.Cells[].Text);
e.Row.Cells[].Text = Server.HtmlDecode(e.Row.Cells[].Text);
e.Row.Cells[].Text = Server.HtmlDecode(e.Row.Cells[].Text);//實現<br />換行    }
上一篇:thinkphp框架对接支付宝即时到账接口回调的代码


下一篇:js控制表格实时编辑