Friday, February 03, 2006 2:26 PM
Trivium DawnWalker
ASP.Net 2 CheckBocLIst control broken????
I've got a check list box with about 20 checkboxes.
So when one is clicked, if it is unchecked i want to do something.
onSelectedIndexChanged_click(blah blah)
{
if (!(chklstSelect.Items[chklstSelect.SelectedIndex].Selected))
{
//do want i want
}
}
AM I JUST BEING A N00B OR IS THIS CHECKLISTBOX NOT WORKING?!?!?!?!?!
I'M FREAKING OUT!!!!
Filed under: ASP.NET 2