早上突然发现某一个DataGrid中的ItemCommand事件没有反应了,DataGrid_ItemCommand的相关代码还在,但是在
private void InitializeComponent() 中对DataGrid_ItemCommand的命令初始化却没有了,我只有手动添加
DataGrid的怪问题!
DataGrid的怪问题!
this.dg_CustomerList.ItemCommand += new System.Web.UI.WebControls.DataGridCommandEventHandler(this.dg_CustomerList_ItemCommand);

而且这个情况之前也遇到过,不过当时没有在意,不知道有没有人也遇到过这样的情况?

相关文章:

  • 2021-11-15
  • 2021-12-18
  • 2022-01-20
  • 2021-09-22
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-14
  • 2021-09-07
  • 2022-12-23
相关资源
相似解决方案