asked 168k views
0 votes
(tco 2) what is the c# code that refers to the third item in a check box list control named cblparts?

asked
User Evi
by
7.6k points

2 Answers

3 votes
Definition. TCO2 rate. (Abbreviation) Test of Carbon Dioxide (CO2) aka Bicarbonate Test. A test devised to measure the amount of carbon dioxide in blood
answered
User Thomas Ludewig
by
8.7k points
7 votes
The CheckBoxList control is in the System.Web.UI.WebControls namespace (so not winforms!). It has an Items[] indexer to get to the items. Counting starts at 0, so the third item would be:

cblparts.Items[2]
answered
User Charif DZ
by
8.1k points

Related questions

1 answer
2 votes
232k views
asked Mar 2, 2024 149k views
Jsherer asked Mar 2, 2024
by Jsherer
8.0k points
1 answer
3 votes
149k views