After a user has checked a checkbox in n number of row(s), after a PostBack, I do not want the user to be able to edit / uncheck that checkbox for the row that has been checked. The is a parent / child WHDG with multiple children per parent row and the only the children display a BoundCheckBoxField. How can I do this from the code behind in VB.NET? Thanks
I am also ok with setting the rows checkbox column on the client side to read only. I have tried a few things but it is not working as expected.