Saturday, March 24, 2012

ListBox

Hi all,

Is there anyway i can have multiple columns in my list box? Windows forms you can set you multicloumn = true well thats what ive found on the net at least. Any suggestions?

Thanks

Bryan

No. The in-built ListBox doesn't support multiple columns.


the default listbox control shipped with ASP.NET doesnt provide this functionality however you could search for a third party control in which you can buy or get it for free to speed up the development process better from writting it from scratch

HC


you can not have multiple columns, but if you want to show data in list box using 2 different columns. You can concentenate the items.

Sounds like you want a scrolling gridview to me.


Checkout the following links, it might help u...

http://www.eggheadcafe.com/community/aspnet/14/9194/multi-column-aspnet-list.aspx

http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=e2e7f6d3-c356-473f-87d2-127fb54ec531

0 comments:

Post a Comment