<p>Hi,<br>
i Have a checkboxlist and a textbox..<br>
in textbox i have a number: 0,1,2,3,...<br>
how to checked the checkboxlist?<br>
for example :<br>
if 0,3 in textbox, checkboxlist1.items(0,3).check=true<br>
and if 0.3 not in textbox, checkboxlist1.items(0,3).check=false</p>
Go to the complete details ...