Iam trying ti display index of iteam checked in checkedlistbox in Textbox with "," separating each index.....I have wriiten below code
Dim indexChecked As Integer For Each indexChecked In VoiceCodecCheckedListBox.CheckedIndices TextBox.Text = (indexChecked.ToString() + ",") Next
This code display only the last index value of iteration. Previously wriitn index is overwritten by the next iteration. I just want to write all the index value in that textbox seperated by comma.
Please can anyone guide me.........
Thanks

New Topic/Question
Reply




MultiQuote





|