Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I just want to customize the look and feel of the dropdown list, please help me how to do that, it is fine also if it would be done by bootstrap or css with javascript.

Thanks in advance

What I have tried:

I tried few classes but, id didn't work, exactly I need big dropdown button with height of row.
Posted
Updated 20-Feb-18 19:26pm

1 solution

That's simple.
ASP.Net DropdownList renders to browser as HTML select tag.
So, if you can beautify the HTML select tag, you can definitely do the same for DropdownList.

Here are few links which will help you getting the idea.
css - How to style asp.net dropdownlist - Stack Overflow[^]
css - How to style asp.net dropdownlist - Stack Overflow[^]
Form Elements: 40+ CSS/JS Styling and Functionality Techniques - noupe[^]
ASP.NET Color DropDown Control[^]

Let me know in case further help is needed.

Hope, it helps :)
 
Share this answer
 
Comments
CHAITANYA BASAVA KUMAR 22-Feb-18 0:53am    
Thank You, I tried with Bootstrap, it was fine.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900