日期:2014-05-17 浏览次数:20458 次
    <div>
        <div>
            省份:<asp:DropDownList ID="ddlProvinceList" runat="server" AutoPostBack="true"
                onselectedindexchanged="ddlProvinceList_SelectedIndexChanged">
            </asp:DropDownList>
        </div>
        <div>
            城市:<asp:DropDownList ID="ddlCityList" runat="server" >
            </asp:DropDownList>
        </div>
    </div>