Get Multiple selected Items from Listbox in asp.netHiren Soni16yPublished Aug 25, 2010, 12:00 AMUpdated Aug 25, 2010, 10:24 PM16.2k00Reactions×25Blog Get Multiple selected Items from Listbox in asp.net Code snippet: Dim index() As Integer = Listbox1.GetSelectedIndices() For Each i In index MsgBox(Listbox1.Items(i).Value) NextCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.