Left & Right Listbox with ability to move up and down items. Push items to and from
each Listbox. The buttons can be configure also as images. Supports Master Pages and
Data Binding too!
Double Click support and move or copy items. Very configurable control.
CODE ASPX
<cc1:PickList id="PickList1"
runat="server" Height="267px"
Width="591px">
<ItemsLeft>
<asp:ListItem>Lemons</asp:ListItem>
<asp:ListItem>Orange</asp:ListItem>
</ItemsLeft>
<ItemsRight>
<asp:ListItem>Mangos</asp:ListItem>
<asp:ListItem>Pineapples</asp:ListItem>
<asp:ListItem>Kweis</asp:ListItem>
</ItemsRight>
</cc1:Picklist>