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

📄 vote.aspx

📁 在.net平台上运用C#开发完成的投票系统 可以实现多个项目的投票统计
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="vote.aspx.cs" AutoEventWireup="false" Inherits="vote.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>投票调查</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1" style="WIDTH: 300px; HEIGHT: 288px"
					align="center" borderColor="#ff0066" bgColor="#ffccff">
					<TR>
						<TD style="HEIGHT: 52px">
							<asp:Label id="lblTitle" runat="server" Width="288px" Height="24px">Label</asp:Label></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 181px" vAlign="middle" align="center" bgColor="#ffccff">
							<asp:RadioButtonList id="rBtnItems" runat="server" Width="236px" Height="121px"></asp:RadioButtonList></TD>
					</TR>
					<TR>
						<TD align="center">
							<asp:Button id="btnVote" runat="server" Text="投票"></asp:Button>&nbsp;
							<asp:Button id="btnResult" runat="server" Text="结果"></asp:Button></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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