Is there a way to add columns to the drop down list and list box controls so
I can show multiple columns? My DBA refuses to allow concatenation in SQL
David Wier - 25 Jun 2007 21:51 GMT
SQL concatenation is pretty much how it's done, without buying a 3rd party
control, like EasyListbox

Signature
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com
> Is there a way to add columns to the drop down list and list box controls
> so
> I can show multiple columns? My DBA refuses to allow concatenation in SQL
Eliyahu Goldin - 26 Jun 2007 08:24 GMT
No. But you can easily merge columns in the code.

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Is there a way to add columns to the drop down list and list box controls
> so
> I can show multiple columns? My DBA refuses to allow concatenation in SQL
jufemaiz: jc - 27 Jun 2007 02:08 GMT
> Is there a way to add columns to the drop down list and list box controls so
> I can show multiple columns? My DBA refuses to allow concatenation in SQL
You want what?
The x/html select element can use optiongroups if that's what you're
talking about there - but it's a one dimensional component, though
using the multiple option you can choose more that one.