Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.20 seconds.

  1. Re: Disabling Check Boxes created by different method.

    That's one way to do it. Or you could pass the reference around as a parameter to the necessary method(s).
  2. Re: Disabling Check Boxes created by different method.

    You have to keep a reference to the checkboxes you want to disable, then iterate over them and disable them when appropriate.
Results 1 to 2 of 2