How to read multiple values form list box control?
Regards, Aman
Here's some code... Code: For i = 0 To lstTags.Items.Count - 1 If lstTags.Items(i).Selected Then tag = lstTags.Items(i).ToString() End If Next Enjoy!
For i = 0 To lstTags.Items.Count - 1 If lstTags.Items(i).Selected Then tag = lstTags.Items(i).ToString() End If Next
Stephane Daigle Alpha Centauri Inc. http://www.drakeville.com
Forum Rules