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

1<%@ Page language="c#" Inherits="vote.WebForm2" CodeFile="WebForm2.aspx.cs" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<title>WebForm2</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
<FONT face="宋体"> 14
<asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 24px" runat="server" 15
Text="存入数组" Width="184px" onclick="Button1_Click"></asp:Button> 16
<asp:Button id="Button2" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 72px" runat="server" 17
Text="读取数组" Width="184px" onclick="Button2_Click"></asp:Button> 18
<asp:ListBox id="ListBox1" style="Z-INDEX: 103; LEFT: 32px; POSITION: absolute; TOP: 112px" runat="server" 19
Width="184px" Height="160px"></asp:ListBox> 20
<asp:Button id="Button3" style="Z-INDEX: 104; LEFT: 256px; POSITION: absolute; TOP: 24px" runat="server" 21
Width="152px" Text="不使用HTMLENCODE" onclick="Button3_Click"></asp:Button> 22
<asp:Button id="Button4" style="Z-INDEX: 105; LEFT: 256px; POSITION: absolute; TOP: 72px" runat="server" 23
Width="152px" Text="使用HTMLENCODE" onclick="Button4_Click"></asp:Button> 24
<asp:Label id="Label1" style="Z-INDEX: 106; LEFT: 264px; POSITION: absolute; TOP: 112px" runat="server">Label</asp:Label></FONT> 25
</form> 26
</body> 27
</HTML> 28




