Hello
I have three dropdownlists inside an updatepanel Country --> State ---> Cities. The country ddl is as below (there is no any code behind for "worlddrdolist":
<asp:DropDownList ID="worlddrdolist" class="form-control" runat="server"
AutoPostBack="True"
onselectedindexchanged="worlddrdolist_SelectedIndexChanged">
<asp:ListItem>-- Europe --</asp:ListItem>
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="Österreich">Austria (Österreich)</asp:ListItem>
<asp:ListItem Value="Belgium">Belgium </asp:ListItem>
<asp:ListItem Value="????????">Bulgaria (????????)</asp:ListItem>
<asp:ListItem Value="Hrvatska"> ...
Go to the complete details ...