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 />換行 }