OnCheckedChanged event not firing

前端 未结 2 506
面向向阳花
面向向阳花 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:40

    Please try to check the value with the DB:

    Checked='<%# Convert.ToBoolean(Eval("Processed")) %>'

提交回复
热议问题