How to bind the value to checkbox

Hi, I have a list of data in the view and there is a boolean value need to be shown as checked in checkbox. how can i do that?? is there any article shows how to do? please help me…

Have a look at this discussion Checkbox how to handle in update form

If you follow @Teodor’s method, then you need to make sure that the database column is of type varchar(1)

1 Like