Hello. I've started learning asp.net recently and i have a problem with controls.
<asp:ListBox ID="Listbox1" Rows="1">
<asp:listitem selected="true">Option 1</asp:listitem>
<asp:listitem>Option 2</asp:listitem>
</asp:ListBox>
I expect to have a box with items which can be selected.
But intstead i have this.
I use IISExpress and WEB MVC 4 application. I have the same thing with DropDownList and others. I hope you wil help me. Thanks in advance.
Go to the complete details ...