I have some html controls that use runat="server" on the server side. The problem is that with the "Select" element when selecting an element I must execute code on the server to load data into other "Select" but I do not accept the AutopostBack="true" or OnSelectedIndexChanged
<select id="mySelect" name="mySelect" runat="server" AutoPostBack="true" OnSeletedIndexChanged="mySelect_SelectIndexChanged"></select>