//gridview_RowDataBound 事件下

if (e.Row.RowType == DataControlRowType.DataRow) //判断gridview行的类型

{
Literal ltl = e.Row.FindControl("ltl") as Literal;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2021-07-24
  • 2021-05-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-03
  • 2022-02-26
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
相关资源
相似解决方案