Home All Groups Group Topic Archive Search About

.NET multi-column listbox for webpages?

Author
25 Jan 2006 4:51 AM
Thomas Phaneuf
To all:

Does anyone know where/how I can get a multi-column listbox object for
webpages in .NET. I have seen it implemented using Java -- so I am thinking
that somewhere somehow someone clever has found a way to do it using .NET.

Thanks in advance,
-Tom

Author
25 Jan 2006 9:55 AM
Christopher Reed
Define "multiple column listbox".  What kind of look are you trying to
achieve?
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
news:3tDBf.18111$_c.13775@tornado.tampabay.rr.com...
> To all:
>
> Does anyone know where/how I can get a multi-column listbox object for
> webpages in .NET. I have seen it implemented using Java -- so I am
> thinking that somewhere somehow someone clever has found a way to do it
> using .NET.
>
> Thanks in advance,
> -Tom
>
Author
25 Jan 2006 1:03 PM
Thomas Phaneuf
More than one column of data for display in a listbox. Has to be scrollable
on the client -- that is the key part. Don't care if it hooks up to a
datasource or not, adding items manually is a piece of cake if it is
necessary.

-Tom

Show quoteHide quote
"Christopher Reed" <carttu@nospam.nospam> wrote in message
news:eRPjCWZIGHA.2628@TK2MSFTNGP15.phx.gbl...
> Define "multiple column listbox".  What kind of look are you trying to
> achieve?
> --
> Christopher A. Reed
> "The oxen are slow, but the earth is patient."
>
> "Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
> news:3tDBf.18111$_c.13775@tornado.tampabay.rr.com...
>> To all:
>>
>> Does anyone know where/how I can get a multi-column listbox object for
>> webpages in .NET. I have seen it implemented using Java -- so I am
>> thinking that somewhere somehow someone clever has found a way to do it
>> using .NET.
>>
>> Thanks in advance,
>> -Tom
>>
>
>
Author
25 Jan 2006 7:33 PM
clintonG
How about these...
http://www.codeproject.com/aspnet/ComboAdjustDropDownWidth.asp
http://www.netomatix.com/IndentDropdownList.aspx


<%= Clinton Gallagher
         METROmilwaukee (sm) "A Regional Information Service"
         NET csgallagher AT metromilwaukee.com
         URL http://metromilwaukee.com/
         URL http://clintongallagher.metromilwaukee.com/




Show quoteHide quote
"Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
news:JGKBf.23306$vG.8759@tornado.tampabay.rr.com...
> More than one column of data for display in a listbox. Has to be
> scrollable on the client -- that is the key part. Don't care if it hooks
> up to a datasource or not, adding items manually is a piece of cake if it
> is necessary.
>
> -Tom
>
> "Christopher Reed" <carttu@nospam.nospam> wrote in message
> news:eRPjCWZIGHA.2628@TK2MSFTNGP15.phx.gbl...
>> Define "multiple column listbox".  What kind of look are you trying to
>> achieve?
>> --
>> Christopher A. Reed
>> "The oxen are slow, but the earth is patient."
>>
>> "Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
>> news:3tDBf.18111$_c.13775@tornado.tampabay.rr.com...
>>> To all:
>>>
>>> Does anyone know where/how I can get a multi-column listbox object for
>>> webpages in .NET. I have seen it implemented using Java -- so I am
>>> thinking that somewhere somehow someone clever has found a way to do it
>>> using .NET.
>>>
>>> Thanks in advance,
>>> -Tom
>>>
>>
>>
>
>
Author
3 Feb 2006 6:08 PM
Thomas Phaneuf
Clinton,
Thanks -- doesn't quite get it -- the monospaced font requirement for the
first link isn't a good thing, and the second link is just for showing
parent-child relations in a dropdown or list -- already very doable without
any exotic techniques.

But it does get closer to what I need. Basically, I need something similar
to a very simple datagrid or gridview that will allow me to have multiple
columns aligned.

Still open to more ideas.

Thanks,
-Tom

Show quoteHide quote
"clintonG" <csgallag***@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eOT29YeIGHA.2696@TK2MSFTNGP14.phx.gbl...
> How about these...
> http://www.codeproject.com/aspnet/ComboAdjustDropDownWidth.asp
> http://www.netomatix.com/IndentDropdownList.aspx
>
>
> <%= Clinton Gallagher
>         METROmilwaukee (sm) "A Regional Information Service"
>         NET csgallagher AT metromilwaukee.com
>         URL http://metromilwaukee.com/
>         URL http://clintongallagher.metromilwaukee.com/
>
>
>
>
> "Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
> news:JGKBf.23306$vG.8759@tornado.tampabay.rr.com...
>> More than one column of data for display in a listbox. Has to be
>> scrollable on the client -- that is the key part. Don't care if it hooks
>> up to a datasource or not, adding items manually is a piece of cake if it
>> is necessary.
>>
>> -Tom
>>
>> "Christopher Reed" <carttu@nospam.nospam> wrote in message
>> news:eRPjCWZIGHA.2628@TK2MSFTNGP15.phx.gbl...
>>> Define "multiple column listbox".  What kind of look are you trying to
>>> achieve?
>>> --
>>> Christopher A. Reed
>>> "The oxen are slow, but the earth is patient."
>>>
>>> "Thomas Phaneuf" <tphan***@yahoo.com> wrote in message
>>> news:3tDBf.18111$_c.13775@tornado.tampabay.rr.com...
>>>> To all:
>>>>
>>>> Does anyone know where/how I can get a multi-column listbox object for
>>>> webpages in .NET. I have seen it implemented using Java -- so I am
>>>> thinking that somewhere somehow someone clever has found a way to do it
>>>> using .NET.
>>>>
>>>> Thanks in advance,
>>>> -Tom
>>>>
>>>
>>>
>>
>>
>
>