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

📄 reg.aspx

📁 通过微软的最新技术ASP.NET2.0开发一个类似BtoC、CtoC的企业产品信息发布系统。 整体设计思想与规划: 用Firework设计图形
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
        <td ><asp:TextBox ID="TextBox5" runat="server" />
            <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox5"
                ErrorMessage="*"></asp:RequiredFieldValidator></td>
      </tr>
      <tr>
        <td >企业商标:</td>
        <td >&nbsp;<asp:Image ID="Image1" runat="server" ImageUrl="css/4ec.gif" /></td>
      </tr>

      <tr>
        <td >&nbsp;</td>
        <td ><input type="file" name="file" id="File1" runat="server" />
          <asp:Button ID="Button1" runat="server" Text="上传" OnClick="Button1_Click" /><br />
        </td>
      </tr>
                  <tr>
        <td style="text-align: right">
            <br />
            企业分类:</td>
        <td >
            <br />
            &nbsp;<asp:DropDownList ID="DropDownList2" runat="server" OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged" AutoPostBack="True">
            </asp:DropDownList>
            <asp:DropDownList ID="DropDownList3" runat="server">
                <asp:ListItem Value="0">暂无</asp:ListItem>

            </asp:DropDownList><br />
        </td>
      </tr>
      <tr>
        <td >
            <br />
            法人代表:</td>
        <td >
            <br />
            <asp:TextBox ID="TextBox6" runat="server" />
            性别:
          <asp:RadioButton ID="RadioButton1" runat="server" Text="男" GroupName="sex" />&nbsp;
<asp:RadioButton ID="RadioButton2" runat="server" Text="女" GroupName="sex" /></td>
      </tr>
      <tr>
        <td >详细地址:</td>
        <td ><asp:TextBox ID="TextBox7" runat="server" Width="379px" /></td>
      </tr>
      <tr>
        <td >企业的性质:</td>
        <td ><asp:RadioButtonList ID="RadioButtonList1" runat="server">
            <asp:ListItem>国有企业</asp:ListItem>
            <asp:ListItem>集体企业</asp:ListItem>
            <asp:ListItem>个人私营企业</asp:ListItem>
        </asp:RadioButtonList></td>
      </tr>
      <tr>
        <td >经营模式:</td>
        <td ><asp:CheckBox ID="CheckBox1" runat="server" Text="生产型" />
            <asp:CheckBox ID="CheckBox2" runat="server" Text="贸易型" />
            <asp:CheckBox ID="CheckBox3" runat="server" Text="服务型" />
            <asp:CheckBox ID="CheckBox4" runat="server" Text="其他类型" /></td>
      </tr>
      <tr>
        <td >注册资金:</td>
        <td><asp:CheckBoxList ID="CheckBoxList1" runat="server">
            <asp:ListItem>20万以下</asp:ListItem><asp:ListItem>20--50万</asp:ListItem><asp:ListItem>100万以上</asp:ListItem></asp:CheckBoxList></td>
      </tr>
      <tr>
        <td >年营业额:</td>
        <td ><asp:DropDownList ID="DropDownList1" runat="server">
        </asp:DropDownList></td>
      </tr>
      <tr>
        <td >员工数量:</td>
        <td ><asp:ListBox ID="ListBox1" runat="server">
        </asp:ListBox></td>
      </tr>
      <tr>
        <td >主营产品及服务:</td>
        <td ><asp:TextBox ID="TextBox8" runat="server" Height="94px" TextMode="MultiLine" Width="200px" /></td>
      </tr>
       <tr>
        <td>验证码:</td>
        <td ><asp:TextBox ID="yz" runat="server" />
            <asp:Image ID="Image2" runat="server" ImageUrl="yz.aspx" />
            <asp:CustomValidator ID="CustomValidator1" runat="server" ControlToValidate="yz"
                ErrorMessage="验证码错误!" OnServerValidate="CustomValidator1_ServerValidate" Display="Dynamic"></asp:CustomValidator>
            </td>
      </tr>
        <tr>
        <td ></td>
        <td >
            <br />
            <asp:Button ID="Button2" runat="server" Text="开始注册" OnClick="Button2_Click" />
            <asp:Button ID="Button3" runat="server" Text="取消注册" /><br />
        </td>
      </tr>
    </table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px">
<table border="0" class="tright">
      <tr>
        <td class="tright" style="width: 416px">3、注册成功</td>
      </tr>
    </table>
      <table border="0" class="h1" style="width: 535px">
      <tr>
        <td ></td>
        <td style="width: 535px; text-align: center">
            &nbsp;恭喜您,已经注册成功!</td>
      </tr>
            <tr>
        <td ></td>
        <td style="text-align: center; width: 535px;">
            &nbsp;您的商城网址为:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
      </tr>
      </table>
</asp:Panel>

        &nbsp;</td>
  </tr>
</table>
        <uc2:foot ID="Foot1" runat="server" />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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