I would like to have an <asp:DropDownList>
expand when an <asp:Button>
is clicked.
What function can I use inside the click event to make this happen?
Edit:
It seems like there's no function to do that server-side, if I have to do it client side, what's the best way to do it according to how many items are in the list? (the list is populated dynamically on the the button click)