protected void GridView1_RowDataBound(object sender,GridViewRowEventArgs e)
{
    foreach(TableCell tc in e.Row.Cells)
    {
        tc.Attributes["style"]="border-color:red";
    }
}

  

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
猜你喜欢
  • 2021-05-22
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-09-30
  • 2021-07-10
相关资源
相似解决方案