. "The following code:If checkboxList.Items(i).Selected Then .Fields(DESC1).Value += checkboxList.Items(i).Text + , End Ifshould produce output such as A, B, C,(space), which will then be bound to a dynamically created GridView." . . .