It took a long time for this to post, so I got my answer on 
http://forums.asp.net/

It was a simple mistake.

change
myString += chklstIntExter.SelectedValue.ToString() + " ";

to
myString += chklstIntExter.Items[i].Value.ToString() + " ";

Thanks

Reply via email to