I've a asp.net page which uses multi select checkboxlist(say having 10 checkboxes)....for example
I've enabled AutoPostBack for any change in checkboxlist.
Initially,out of 10, 3 are selected. On top of this, if user checks another checkbox, how do I know which particular checkbox has been checked by the user and retrieve its value?
Thanks.