OnCheckedChanged event not firing

前端 未结 2 520
面向向阳花
面向向阳花 2021-01-03 19:03

I have a GridView with a column of checkboxes (the rest of the GridView is being populated from a database). I\'m using AJAX to perform different functions, and I\'m wonderi

2条回答
  •  温柔的废话
    2021-01-03 19:51

    Try turning AutoPostBack on for the checkbox control.

    
    

    This maybe the reason your method isn't being called.

提交回复
热议问题