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

   }

 

相关文章:

  • 2021-08-24
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-02-11
  • 2022-12-23
相关资源
相似解决方案