I'm trying to do a mulitselect dropdown in an asp net web form legacy project.
I tried using https://github.com/arbh89/DropDownListChosen which works fine, but when i try to add the select tag to the it deformats on the page.
What I want is a dropdown like this:
And what I'm getting is this, using mulitple="true":

