dynamic width of dropdown ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can some one help me out

I want to create a DropDownList, but the width of the drop down should vary as per maximum characters of listitem in it
And this should work for IE and Netscape

Any help would be appreciated

dinesh
 
Remove the Width attribute from the DropDownList tag in the aspx file. If
you're setting the Width property for the DropDownList anywhere in your code
remove that code.

dinesh said:
Can some one help me out?

I want to create a DropDownList, but the width of the drop down should
vary as per maximum characters of listitem in it.
 
Back
Top