Hi there
When i databind to a check box and then with the returned html page
uncheck some of the boxes and post the frm to the server the
checkbox1.Items[i].Selected property always returns true even if the user
has deselected the boxes. Even if the boxes were initially blank the
property still returns true...here is the code below
for (int i=0; i< Keywords.Items.Count; i++) {
if (Keywords.Items[i].Selected = true){
//DO SOMETHING
}
}
Has the way the propery worked chaged since beta1? am i missing something
really obvious??!
please help
ben