Knowing the sender for CheckBoxList
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I am using a CheckBoxList for convenience, as I have several. But I notice the CheckBoxList itself is the sender when one checkbox is clicked. So, how do I know which one was clicked? Thanks.
Try
SelectedItem
property. Something likecheckBoxList1.SelectedItem
Navaneeth How to use google | Ask smart questions
-
Try
SelectedItem
property. Something likecheckBoxList1.SelectedItem
Navaneeth How to use google | Ask smart questions