I have a listbox with selection mode is multiple
<asp:ListBox id="Listbox1" runat="server" Width="230px" Height="168px"
SelectionMode="Multiple"></asp:ListBox>
I am databinding using a datasource
Me.Listbox1.Items.Clear()
Me.Listbox1.DataSource = ayl_arraylist_memberslist
Me.Listbox1.DataTextField = "Key"
Me.Listbox1.DataValueField = "Value"
Me.Listbox1.DataBind()
I am sending one listbox listbox1 item into userlistbox but after pressing add I can’t get scrolled to selected item.
Better to take html list box
and using jquery listbox change function in document.ready we can modify at the multiple mode as
and write behind .cs code to get slected index