[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

richard

1/1/2004 9:18:00 PM

Hi. I've got a mobile internet toolkit form containing a checkbox
with 3 items on it:

bool bl1=sel1.Items[0].Selected;
bool bl2=sel2.Items[1].Selected;
bool bl3=sel3.Items[2].Selected;

This doesn't seem to work, all bool's are set true...

Can anyone help.