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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -