prav_roy
Well-known member
Hi,
This could be silly question to u all,
i have a checked list box which i have binded to Dataset like
ListBox.DataSource = ds.Tables(0)
ListBox.ValueMember = ds.Tables(0).Columns(0).ToString
ListBox.DisplayMember = ds.Tables(0).Columns(1).ToString
i have enabled multiselection true..
now i want to get value of all the selected items
is there any way out for this..
Please help..
Regards
Praveen
This could be silly question to u all,
i have a checked list box which i have binded to Dataset like
ListBox.DataSource = ds.Tables(0)
ListBox.ValueMember = ds.Tables(0).Columns(0).ToString
ListBox.DisplayMember = ds.Tables(0).Columns(1).ToString
i have enabled multiselection true..
now i want to get value of all the selected items
is there any way out for this..
Please help..
Regards
Praveen