前台:
<body>
<form id="form1" runat="server">
<div>
<div style="float:left; margin-left:100px;">
<asp:DropDownList ID="DropDownListProvince" runat="server" AutoPostBack="True"
onselectedindexchanged="DropDownListProvince_SelectedIndexChanged">
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</div>
<div style="float:left; margin-left:100px;">
<asp:DropDownList ID="DropDownListCity" runat="server">
</asp:DropDownList>
</div>
</div>
</form>
</body>