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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top