A
ACE FAN
I am using a checkbox list populated from a dataset table. The list has
about 24 items. In the SelectedIndexChanged event, the SelectedIndex of
the checkbox list always returns the lowest selected index of the list
inistead of what I clicked on.
So if item 3 is checked and I check on item 10, the selected index of
the control is always 3. How can I get the index of what was selected?
The eventArgs is empty.
Can anyone help me please?
Curt
about 24 items. In the SelectedIndexChanged event, the SelectedIndex of
the checkbox list always returns the lowest selected index of the list
inistead of what I clicked on.
So if item 3 is checked and I check on item 10, the selected index of
the control is always 3. How can I get the index of what was selected?
The eventArgs is empty.
Can anyone help me please?
Curt