R Ray Dixon [MVP] Aug 4, 2003 #2 Hi Micheal, Here's one way: foreach (System.Web.UI.WebControls.ListItem tempListBox in CheckBoxList1.Items) { //Do something interesting with tempListBox each time } Good luck!
Hi Micheal, Here's one way: foreach (System.Web.UI.WebControls.ListItem tempListBox in CheckBoxList1.Items) { //Do something interesting with tempListBox each time } Good luck!