set checkbox in gridview based on datatable value

后端 未结 3 1980
名媛妹妹
名媛妹妹 2021-01-03 01:07

I have a gridview control with a checkbox field and several bound fields. The checkbox field does not directly map to a field in the database. Rather, i want to read a val

3条回答
  •  滥情空心
    2021-01-03 02:02

    How about a database agnostic solution, just on the off chance you are using a non sqlserver database ;)

    
    
    

提交回复
热议问题