Ask a Question related to ASP.NET General, Design and Development.
-
Matthew Wieder #1
ListBox Width
I have the common problem of the text for some of the items in my
listbox exceeds the width of the listbox. The solution oft proposed of
not setting the width and thereby having the listbox automatically scale
to the size of the data is helpfull, but it messes up the look of the
page if the box is empty or only short strings are in the box. What I'd
like to do, is have the listbox width set to a certain ammount and only
if a string exceeds a certain number of characters, have the listbox
width scale. I can't seem to find how to "unset" the listbox width
attribute via C# codebehind. Does anyone know how to do this?
thanks!
Matthew Wieder Guest
-
xml to combobox, combobox to listbox, listbox todetails
i am going out of my mind looking for a tutorial i am able to use a xml document and the xml connector component to populate a pulldown menu, i... -
listbox to populate a listbox
I am trying to use a listbox that I have setup using flash remoting call to a db. What I want to happen is when you click on a item in first the... -
click listbox and refresh another listbox
Can someone guide me to a resource on building set of drill-down listboxes? Basically I want to have 4 listboxes. The first starts out with... -
Item label displays as "," when moving from listbox to listbox
I have 2 listboxes: "lb_unselected" and "lb_selected". The first thing in the actions is loop through an array populating these two listboxes. ... -
now desparate! - 1st listbox contents disappears when 2nd listbox appears?
On 23 Jun 2003 12:57:45 -0700, KathyBurke40@attbi.com (KathyB) wrote: Its been a while since you posted but I will answer anyway. The problem...



Reply With Quote

