I have a html control select
<select id="Select1" runat="server" name="D1">
<option></option>
</select>
How can I populate it with data from my SQL Server
database using C#
or JavaScript/jQuery/JSON
?
Please, do not post answers on how to populate a asp:DropDownList
because I already know how to do it, I must use a select
control.