⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 regect.aspx

📁 数据结构管理系统 数据结构管理系统
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                                        </asp:DropDownList></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 650px">
                                        <asp:Label ID="Label8" runat="server" Text="城市:"></asp:Label>&nbsp;</td>
                                    <td style="width: 469px" align="left">
                                        <asp:DropDownList ID="DropDownList2" runat="server" Width="148px">
                                            <asp:ListItem>长沙</asp:ListItem>
                                            <asp:ListItem>上海</asp:ListItem>
                                            <asp:ListItem>成都</asp:ListItem>
                                            <asp:ListItem>北京</asp:ListItem>
                                            <asp:ListItem>海口</asp:ListItem>
                                            <asp:ListItem>重庆</asp:ListItem>
                                            <asp:ListItem></asp:ListItem>
                                        </asp:DropDownList></td>
                                    <td align="left" style="width: 153px">
                                        &nbsp;<input id="File1" style="width: 145px" type="file" />
                                        <asp:Button ID="Button4" runat="server" Height="19px" Text="加载" Width="55px" /></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 650px">
                                        &nbsp;
                                        <asp:Label ID="Label9" runat="server" Text="教育程度:"></asp:Label></td>
                                    <td style="width: 469px" align="left">
                                        <asp:DropDownList ID="DropDownList3" runat="server" Width="148px">
                                            <asp:ListItem>博士</asp:ListItem>
                                            <asp:ListItem>硕士</asp:ListItem>
                                            <asp:ListItem>本科</asp:ListItem>
                                            <asp:ListItem>大专</asp:ListItem>
                                            <asp:ListItem>高中</asp:ListItem>
                                            <asp:ListItem>初中</asp:ListItem>
                                            <asp:ListItem>小学</asp:ListItem>
                                            <asp:ListItem>文肓</asp:ListItem>
                                        </asp:DropDownList></td>
                                    <td align="left" style="width: 153px">
                                    </td>
                                </tr>
                                <tr>
                                    <td align="right" colspan="1" style="width: 650px">
                                        &nbsp;<asp:Label ID="Label10" runat="server" Text="月收入:"></asp:Label></td>
                                    <td colspan="3" align="left">
                                        <asp:DropDownList ID="DropDownList4" runat="server" Width="148px">
                                            <asp:ListItem>1000以下</asp:ListItem>
                                            <asp:ListItem>1000-2000</asp:ListItem>
                                            <asp:ListItem>2000-3000</asp:ListItem>
                                            <asp:ListItem>3000-4000</asp:ListItem>
                                            <asp:ListItem>4000-5000</asp:ListItem>
                                            <asp:ListItem>5000-6000</asp:ListItem>
                                            <asp:ListItem>6000-7000</asp:ListItem>
                                            <asp:ListItem>7000-8000</asp:ListItem>
                                            <asp:ListItem>8000-9000</asp:ListItem>
                                            <asp:ListItem>9000-10000</asp:ListItem>
                                            <asp:ListItem>10000以上</asp:ListItem>
                                        </asp:DropDownList></td>
                                </tr>
                                <tr>
                                    <td colspan="3" style="height: 49px">
                                        <hr style="color: #0066ff" />
                                    </td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 650px; height: 68px;">
                                        <asp:Label ID="Label11" runat="server" Text="兴趣爱好:"></asp:Label></td>
                                    <td colspan="2" align="left" style="height: 68px">
                                        <asp:CheckBoxList ID="CheckBoxList1" runat="server" RepeatDirection="Horizontal"
                                            Width="470px">
                                            <asp:ListItem>体育</asp:ListItem>
                                            <asp:ListItem>旅游</asp:ListItem>
                                            <asp:ListItem>交友</asp:ListItem>
                                            <asp:ListItem>看书</asp:ListItem>
                                            <asp:ListItem>购物</asp:ListItem>
                                        </asp:CheckBoxList></td>
                                </tr>
                                <tr>
                                    <td colspan="3" style="background-color: lightgrey">
                                        <asp:Button ID="Button3" runat="server" Text="下一步" OnClick="Button3_Click1" /></td>
                                </tr>
                            </table>
                            <asp:ValidationSummary ID="ValidationSummary3" runat="server" />
                        </asp:Panel>
                        &nbsp;
                        <asp:Panel ID="Panel4" runat="server" BackColor="White" BorderColor="GradientActiveCaption"
                            BorderStyle="Solid" BorderWidth="1px" Height="300px" Width="600px">
                            <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
                                <tr>
                                    <td colspan="2" style="font-weight: bold; font-size: 24px; color: blue; background-color: #ffff66">
                                        联系方式</td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 100px">
                                        &nbsp;<asp:Label ID="Label12" runat="server" Text="联系电话:"></asp:Label></td>
                                    <td align="left" style="width: 100px">
                                        <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
                                        <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox5"
                                            ErrorMessage="邮政编码格式不对" ValidationExpression="(\(\d{3}\)|\d{3}-)?\d{8}">*</asp:RegularExpressionValidator></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 100px">
                                        &nbsp;<asp:Label ID="Label13" runat="server" Text="身份证号:"></asp:Label></td>
                                    <td align="left" style="width: 100px">
                                        <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox>
                                        <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="TextBox6"
                                            ErrorMessage="身份证不对" ValidationExpression="\d{17}[\d|X]|\d{15}">*</asp:RegularExpressionValidator></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 100px">
                                        &nbsp;<asp:Label ID="Label14" runat="server" Text="家庭住址:"></asp:Label></td>
                                    <td align="left" style="width: 100px">
                                        <asp:TextBox ID="TextBox7" runat="server"></asp:TextBox></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 100px">
                                        &nbsp;<asp:Label ID="Label15" runat="server" Text="Email"></asp:Label></td>
                                    <td align="left" style="width: 100px">
                                        <asp:TextBox ID="TextBox8" runat="server"></asp:TextBox>
                                        <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="TextBox8"
                                            ErrorMessage="邮箱不对" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:RegularExpressionValidator></td>
                                </tr>
                                <tr>
                                    <td colspan="2" style="background-color: lightgrey">
                                        <asp:Button ID="Button5" runat="server" Text="完成" /></td>
                                </tr>
                            </table>
                            <asp:ValidationSummary ID="ValidationSummary2" runat="server" />
                        </asp:Panel>
                    </td>
                </tr>
            </table>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -