Here is my drop down list:
<%= Html.DropDownList("lstEndTimeEvent", new SelectList(new[] { "", "", "", ..., "" }) %>
It is closed, and it opens when I click on the arrow. How to make it to be opened on start?
Here is my drop down list:
<%= Html.DropDownList("lstEndTimeEvent", new SelectList(new[] { "", "", "", ..., "" }) %>
It is closed, and it opens when I click on the arrow. How to make it to be opened on start?