for(int i=0:i<ds.Table[0].Rows.Count:i++)

{

  Label tb=Page.Master.FindControl("").FindControl("Lable"+(i+1)) as Lable;

tb.Text=ds.Table[0].Rows[i]["title"].Tostring();

相关文章:

  • 2022-12-23
  • 2021-07-06
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案