asp.net - Determining which checkbox is checked in a checkboxlist list -
I have an asp.net page that uses the multi check checkbox (containing 10 checkboxes) .... For example
I have enabled AutoPostback for any changes in the checkbox.
Initially, 3 out of 10 has been selected, above this, if the user checks another checkbox, how can I know which checkbox the user has been checked and its value is recovered ?
Thank you.
for (int i = 0; i
Comments
Post a Comment