<asp:ListBox ID="ListBox1" SelectionMode="Multiple" runat="server"> <asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem> </asp:ListBox> <asp:ListBox ID="ListBox2" SelectionMode="Multiple" runat="server"> </asp:ListBox>
<asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" /> |