Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1329
BoundCheckBoxField after PostBack disable checkbox
posted

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

  • 1329
    posted

    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.