ASP.Net 2 CheckBocLIst control broken???? - Developers Anonymous
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:

Comments

# re: ASP.Net 2 CheckBocLIst control broken????

Saturday, February 04, 2006 10:30 AM by Jerrie Pelser

Remember to set the AutoPostBack property to true.

# re: ASP.Net 2 CheckBocLIst control broken????

Monday, February 06, 2006 7:45 AM by Trivium DawnWalker

Yeah, I did that. but thanks anyway.

everytime it checks the value it goes through as selected. Am I the only one having this problem?????

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Enter the numbers above: