html dropdown - 1st item in dropdown is not able to select

davidsmithjrppp

New Member
I have a html dropdown in my jquery mobile application which is populating from database. But the 1st item is selectable but unable to display in select control.How to do this?My code is\[code\]<div data-role="fieldcontain" style="width: 50%"> <label for="selectmenu22"> <span style="font-family: times new roman,times; font-size: medium;"> <b>Address Type:</b> </span> </label> <select name="ddlAddressType" id="ddlAddresstype" data-theme="b" data-mini="true" runat="server" required="required"> </select></div>\[/code\]
 
Back
Top