lbtnSystem = new LinkButton();
lbtnSystem.Click += new EventHandler(lbtnSystem_Click);
protected void lbtnSystem_Click(object sender, EventArgs e)
{
     string strClickLinkbuttonId = ((LinkButton)sender).ID;
}

相关文章:

  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-05-19
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
相关资源
相似解决方案