Disable table in javascript
- by Muhammad Akhtar
Hi, I have many controls in table and I want to disable all the controls using JavaScript upon clicking of some checkbox.
I have google and found that we can't disable table instead all controls through loop.
Please suggest me, what is better idea
Thanks