Asp.net源码专业站
首页->投票调查->苹果投票系统源码及毕业论文>>register.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:苹果投票系统源码及毕业论文
当前文件:文件类型 AppleVote/register.aspx[5K,2009-6-12 11:31:41]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="register.aspx.cs" Inherits="register" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>客户注册</title> 8</head> 9<body style="background-image: url(image/back.jpg); vertical-align: middle; text-align: center"> 10 <form id="form1" runat="server"> 11 <div> 12 <table style="background-color: #999933;" border="1"> 13 <tr> 14 <td style="width: 179px; height: 64px"> 15 </td> 16 <td style="width: 92px; height: 64px; text-align: center;"> 17 &nbsp;客户注册</td> 18 <td style="width: 100px; height: 64px"> 19 </td> 20 </tr> 21 <tr> 22 <td style="vertical-align: middle; width: 179px; height: 114px; text-align: right"> 23 用户名:</td> 24 <td style="width: 92px; height: 114px"> 25 <asp:TextBox ID="TextBox1" runat="server" Width="161px"></asp:TextBox></td> 26 <td style="width: 100px; height: 114px; vertical-align: middle; text-align: left;"> 27 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" 28 ErrorMessage="用户名不能为空">*</asp:RequiredFieldValidator></td> 29 </tr> 30 <tr> 31 <td style="vertical-align: middle; width: 179px; height: 98px; text-align: right"> 32 请输入密码:</td> 33 <td style="width: 92px; height: 98px"> 34 <asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="161px"></asp:TextBox> 35 </td> 36 <td style="width: 100px; height: 98px"> 37 </td> 38 </tr> 39 <tr> 40 <td style="vertical-align: middle; width: 179px; height: 99px; text-align: right"> 41 &nbsp;&nbsp; &nbsp;请再次输入密码:</td> 42 <td style="width: 92px; height: 99px"> 43 <asp:TextBox ID="TextBox3" runat="server" TextMode="Password" Width="161px"></asp:TextBox><br /> 44 </td> 45 <td style="width: 100px; height: 99px; vertical-align: middle; text-align: left;"> 46 <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox2" 47 ControlToValidate="TextBox3" ErrorMessage="密码不一致" ValueToCompare="text">*</asp:CompareValidator></td> 48 </tr> 49 <tr> 50 <td style="vertical-align: middle; width: 179px; height: 89px; text-align: right"> 51 请输入你的Email:&nbsp; 52 </td> 53 <td style="width: 92px; height: 89px"> 54 <br /> 55 <asp:TextBox ID="TextBox4" runat="server" Width="161px"></asp:TextBox></td> 56 <td style="width: 100px; height: 89px; vertical-align: middle; text-align: left;"> 57 <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox4" 58 ErrorMessage="格式不正确" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:RegularExpressionValidator></td> 59 </tr> 60 <tr> 61 <td style="vertical-align: middle; width: 179px; height: 111px; text-align: right"> 62 请输入你的电话号码:</td> 63 <td style="width: 92px; height: 111px"> 64 <asp:TextBox ID="TextBox5" runat="server" Width="161px"></asp:TextBox>&nbsp; 65 </td> 66 <td style="width: 100px; height: 111px; vertical-align: middle; text-align: left;"> 67 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox5" 68 ErrorMessage="电话号码不能为空">*</asp:RequiredFieldValidator></td> 69 </tr> 70 <tr> 71 <td style="width: 179px; height: 92px"> 72 请输入你的个人网站:</td> 73 <td style="width: 92px; height: 92px"> 74 <asp:TextBox ID="TextBox6" runat="server" Width="161px"></asp:TextBox></td> 75 <td style="width: 100px; height: 92px"> 76 </td> 77 </tr> 78 <tr> 79 <td style="width: 179px; height: 138px"> 80 </td> 81 <td style="width: 92px; height: 138px; text-align: center;"> 82 &nbsp; 83 <asp:Button ID="Button1" runat="server" Text="提交" OnClick="Button1_Click" /> 84 <asp:Button ID="Button2" runat="server" Text="取消" OnClick="Button2_Click" /></td> 85 <td style="width: 100px; height: 138px"> 86 <asp:ValidationSummary ID="ValidationSummary1" runat="server" DisplayMode="List" 87 Width="186px" /> 88 </td> 89 </tr> 90 </table> 91 92 </div> 93 </form> 94</body> 95</html> 96
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:苹果投票系统源码及毕业论文
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146