Click to See Complete Forum and Search --> : multi column listbox (web app)


everytime
February 27th, 2005, 03:19 PM
hi there , may i ask how do i create a multi column listbox ?? or something similar to that ... so as it will allow me to get the values when the user click on that line ...

if say by some way the multi column list box is up ... how do i get the values of each column that the user click one ?? ... firstcloumn.selecteditem.text ??

so is there a way to do it ... ??

thanks for your help ...

Sukim
February 28th, 2005, 12:04 AM
Hi,
What do you mean by a multi column list box?? List box will have name value pair selection technique, either multi select or single select.
what exactly are you looking for???

everytime
February 28th, 2005, 04:05 AM
i am looking for a multi-column list box ... its a list box with 2 columns ... only a row can be selected at a time ...

subdigital
March 19th, 2005, 10:58 PM
you might check on the control galleries at asp.net (http://www.asp.net), I have seen numerous ones to buy, but their might just be a few free ones.

Basically you can put the content of what you want inside a scrollable div, and with a lot of tricky javascript and css you can imitate the functionality of a listbox.

another workaround would be to have 2 listboxes side by side, and when one is clicked, the other is updated with the new index... this doesn't look very pretty though.

PeterBrunone
January 9th, 2007, 05:45 PM
You can do this with EasyListBox (http://easylistbox.com/demoMulti.aspx?rl=cgf) (it also has a dropdownlist and a combobox mode in case that matters).