Dynamically getting teh index/value of checkbox,
April 19, 2010 at 8:19 PM
This will work fine if there are 1 or 2 check boxes. But what if there are 100 check boxes and the number is ever changing. We cant loop through each of them every time as that would cause serious performance issue. instead if we could write some code to save the value each time the user checks or unchecks the check box that would be more helpful.
View All Comments
| View Tutorial