Hi! it's worked multiselected dropdown value in Code behind.
But i want now default width size for dropdown. for example dropdownlist width='200px' any where not change width to '150px' or '220px'. how i can this?
Hi,
You need use below css
<style type="text/css"> .multiselect-container > li > a > label.checkbox { width: 220px; } .btn-group > .btn:first-child { width: 220px; } </style>
Screenshot
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.