Project DescriptionRenders two listboxes side-by-side with buttons between them form moving options from one listbox to the other. Other names for this type of control include dual listbox and double listbox.
Features
- Its simplicity
- Inherts from ListControl class from System.Web.UI.WebControls
- Binds to a DataTable or Collection just like the ListBox control
- Fully stylable
- Works in all browsers (client script is very simple)
- Looks great in designer mode
Requirments
- .NET 2.0 or greater
- Nothing else (does not require a ScriptManager, MS Ajax, or jQuery)
ExampleA sample application is provided to demonstrate the control's features.
Thanks,
Bill Davidsen