温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net投票系统[单/复选,投票数量/项随意]源码
当前文件路径:ComplexVote/login.aspx

1<%@ Page language="c#" Inherits="vote.WebForm1" CodeFile="login.aspx.cs" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<title>WebForm1</title> 6
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 7
<meta name="CODE_LANGUAGE" Content="C#"> 8
<meta name="vs_defaultClientScript" content="JavaScript"> 9
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 10
</HEAD> 11
<body> 12
<form id="Form1" method="post" runat="server"> 13
<!--download from 51aspx.com(51aspx.com)--> 14
15
<FONT face="宋体"> 16
<asp:Panel id="login" runat="server"> 17
<TABLE id="Table1" style="WIDTH: 190px; HEIGHT: 152px" cellSpacing="0" borderColorDark="#00ccff" 18
cellPadding="0" width="190" align="center" border="1"> 19
<TR> 20
<TD align="center"> 21
<asp:Label id="Label1" runat="server" Font-Names="黑体" ForeColor="Blue" Font-Size="Medium">登录后才可以投票</asp:Label></TD> 22
</TR> 23
<TR> 24
<TD align="center"> 25
<asp:TextBox id="name" runat="server"></asp:TextBox><BR> 26
<asp:TextBox id="pwd" runat="server" Width="156px" TextMode="Password"></asp:TextBox></TD> 27
</TR> 28
<TR> 29
<TD align="center"> 30
<asp:Button id="chk" runat="server" Text="登录" onclick="chk_Click"></asp:Button> 31
<asp:HyperLink id="vot" runat="server" NavigateUrl="vote.aspx?id=1">开始投票</asp:HyperLink> 32
<asp:HyperLink id="admin" runat="server" Visible="False">进入管理</asp:HyperLink></TD> 33
</TR> 34
</TABLE> 35
</asp:Panel></FONT> 36
</form> 37
</body> 38
</HTML> 39




