Hello at all,

i have a little problem with my program. I have a checkedlistbox and a datagridview. In my checkedlistbox are some items:

Code:
checkedListBox1.Items.Add("1");
checkedListBox1.Items.Add("2");
checkedListBox1.Items.Add("3");
checkedListBox1.Items.Add("4");
What i want is that my program send this data on a buttonclick_eve nt...