111,126
社区成员
发帖
与我相关
我的任务
分享
<tr align="left" valign="middle">
<td>密码:</td>
<td><asp:TextBox Id="pass1" TextMode="password" runat="server"></TextBox>
</td>
<tr>
<tr align="left" valign="middle">
<td>
省级地区:</td>
<td height="30">
<asp:DropDownList ID="province" runat="server" Width="140px" AutoPostBack="true"
OnSelectedIndexChanged="province_SelectedIndexChanged">
</asp:DropDownList>
\</td>
<td height="30">
市级地区:</td>
<td height="30">
<asp:DropDownList ID="city" runat="server" Width="140px">
</asp:DropDownList>
</td>
</tr>