GridView“GridView1”激发了未处理的事件“RowDeleting”。

原因:
1.模板列或者buttoncommand里的commandname=“Delete”,“Update”等关键字

 

2.<asp:GridView ID="GridView1"  runat="server">中少了 onrowdeleting="GridView1_RowDeleting"  事件

 

 

相关文章:

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