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

📄 seekersreg.aspx

📁 electronic CURRICULUM VITAE
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SeekersReg.aspx.cs" Inherits="SeekersReg" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Job Seekers Registration Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div style="z-index: 100; left: 191px; width: 745px; position: absolute; top: 7px;
            height: 814px">
            <br />
            <br />
            <br />
            <br />
            <img src="22.jpg" style="z-index: 101; left: 60px; position: absolute; top: 4px" />
            <br />
            <br />
            <br />
            <br />
            <table style="z-index: 100; left: 8px; width: 588px; position: absolute; top: 293px;
                height: 515px">
                <tr>
                    <td colspan="2" style="width: 626px; height: 82px; text-align: left">
                        <span style="font-size: 14pt; color: #8b0000"><strong>Job seeker's Registration form<br />
                            <br />
                        </strong></span><span style="font-size: 14pt; font-family: Times New Roman"><strong>
                            <span style="font-size: 12pt">Please fill the form to register in order to submit your
                                CV: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span></strong>
                        </span>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="width: 626px; height: 126px">
                        <div>
                            <span style="font-size: 24pt"><span style="font-family: Times New Roman"><span style="color: #0000cc">
                                <span><span style="font-size: 12pt">
                                    <br />
                                    <br />
                                    <br />
                                    <br />
                                </span></span></span><span><span style="font-size: 12pt; color: #0000cc">
                                    <br />
                                    <br />
                                </span><span style="font-size: 12pt"><span style="color: #0000cc"></span>
                                    <br />
                                    <br />
                                    <span style="color: #0000cc"></span></span></span>
                                <br />
                                <br />
                                &nbsp;<span style="font-size: 12pt">&nbsp;
                                    <table style="z-index: 100; left: 13px; color: #000000; position: absolute; top: 136px">
                                    <tr>
                                        <td style="width: 130px; height: 39px">
                                            Username:</td>
                                        <td align="left" style="width: 353px; height: 39px">
                                            <asp:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged" Style="z-index: 100;
                                                left: 143px; position: absolute; top: 10px" Width="240px"></asp:TextBox>
                                        </td>
                                        <td align="center" style="width: 167px; height: 39px">
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                                                ErrorMessage="Required Field" Style="z-index: 100; left: 486px; position: absolute;
                                                top: 12px" Width="92px"></asp:RequiredFieldValidator>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 130px; height: 35px">
                                            Password:</td>
                                        <td align="left" style="width: 353px; height: 35px">
                                            <asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" Style="z-index: 100;
                                                left: 144px; position: absolute; top: 51px" TextMode="Password" Width="238px"></asp:TextBox>
                                        </td>
                                        <td align="center" style="width: 167px; height: 35px">
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
                                                ErrorMessage="Required Field" Style="z-index: 100; left: 486px; position: absolute;
                                                top: 53px" Width="92px"></asp:RequiredFieldValidator>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 130px; height: 49px">
                                            Confirm password:</td>
                                        <td align="left" style="width: 353px; height: 49px">
                                            &nbsp;
                                            <asp:TextBox ID="TextBox3" runat="server" OnTextChanged="TextBox3_TextChanged1" Style="z-index: 100;
                                                left: 145px; position: absolute; top: 94px" TextMode="Password" Width="240px"></asp:TextBox>
                                            <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox2"
                                                ControlToValidate="TextBox3" ErrorMessage='"Password" and "confirm password" are not matching..'
                                                ForeColor="DarkRed" Style="z-index: 102; left: 140px; position: absolute; top: 113px"
                                                Width="333px"></asp:CompareValidator>
                                        </td>
                                        <td align="center" style="width: 167px; height: 49px">
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox3"
                                                ErrorMessage="Required Field" Style="z-index: 100; left: 487px; position: absolute;
                                                top: 94px" Width="93px"></asp:RequiredFieldValidator>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 130px; height: 36px">
                                            Emirate:</td>
                                        <td align="left" style="width: 353px; height: 36px">
                                            &nbsp;
                                            <asp:DropDownList ID="EmiDropDownList1" runat="server" Height="22px" Style="z-index: 100;
                                                left: 146px; position: absolute; top: 143px" Width="155px">
                                                <asp:ListItem Selected="True">Emirate</asp:ListItem>
                                                <asp:ListItem>Abu Dhabi</asp:ListItem>
                                                <asp:ListItem>Dubai</asp:ListItem>
                                                <asp:ListItem>Sharjah</asp:ListItem>
                                                <asp:ListItem>Ras Al Khaimah </asp:ListItem>
                                                <asp:ListItem>Fujairah</asp:ListItem>
                                                <asp:ListItem>Umm Al Qaiwain</asp:ListItem>
                                                <asp:ListItem>Ajman</asp:ListItem>
                                            </asp:DropDownList>
                                        </td>
                                        <td align="center" style="width: 167px; height: 36px">
                                            &nbsp;
                                            <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="EmiDropDownList1"
                                                ErrorMessage="Select one option" Height="12px" Operator="NotEqual" Style="z-index: 100;
                                                left: 428px; position: absolute; top: 147px" ValueToCompare="Emirate" Width="224px"></asp:CompareValidator>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 130px; height: 57px">
                                            Email address:</td>
                                        <td align="left" style="width: 353px; height: 57px">
                                            &nbsp;
                                            <asp:TextBox ID="TextBox5" runat="server" OnTextChanged="TextBox5_TextChanged" Style="z-index: 100;
                                                left: 145px; position: absolute; top: 186px" Width="237px"></asp:TextBox>
                                            <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox5"
                                                ErrorMessage="Input valid email address" ForeColor="DarkRed" Style="z-index: 102;
                                                left: 145px; position: absolute; top: 211px" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
                                                Width="241px"></asp:RegularExpressionValidator>
                                        </td>
                                        <td align="center" style="width: 167px; height: 57px">
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="TextBox5"
                                                ErrorMessage="Required Field" Style="z-index: 100; left: 489px; position: absolute;
                                                top: 182px" Width="91px"></asp:RequiredFieldValidator>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 130px; height: 40px">
                                            <span style="color: #0000cc"></span>
                                        </td>
                                        <td align="left" style="width: 353px; height: 40px">
                                            <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 100;
                                                left: 147px; position: absolute; top: 247px" Text="Submit" />
                                        </td>
                                        <td align="center" style="width: 167px; height: 40px">
                                        </td>
                                    </tr>
                                </table>
                                </span><span style="font-size: 12pt">
                                    <br />
                                    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionStringUser %>"
                                        SelectCommand="SELECT [username], [password], [conPassword], [emirate], [email] FROM [Seeker]">
                                    </asp:SqlDataSource>
                                </span></span></span>
                        </div>
                    </td>
                </tr>
            </table>
            <br />
        </div>
        <br />
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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