📄 vote.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="vote.aspx.cs" Inherits="vote.vote" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>在线投票|- 51aspx.com</title>
<style type="text/css">
.style1
{
width: 64%;
height: 266px;
border: 1px solid #CCFF99;
}
.style2
{
height: 53px;
}
.style3
{
height: 210px;
}
.style4
{
height: 42px;
}
.style5
{
font-size: xx-large;
font-weight: bold;
font-family: 华文行楷;
}
</style>
</head>
<body bgcolor="#ccff99">
<form id="form1" runat="server">
<div style="height: 65px" align="center">
<br />
<span class="style5">欢迎你进入在线投票系统!</span></div>
<table cellpadding="0" cellspacing="0" class="style1" align="center"
bgcolor="#CCFF99">
<tr>
<td class="style2" align="left" bgcolor="#FFCC66">
<asp:Label ID="lblTitle" runat="server" Width="560px"></asp:Label>
</td>
</tr>
<tr>
<td class="style3" bgcolor="White" align="center" valign="middle">
<asp:RadioButtonList ID="rBtnItems" runat="server" Height="64px" Width="293px">
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td bgcolor="#FF9900" align="center" class="style4">
<asp:Button ID="btnVote" runat="server" onclick="btnVote_Click" Text="投票" />
<asp:Button ID="btnShowResult" runat="server" onclick="btnShowResult_Click"
Text="结果" />
</td>
</tr>
</table>
</form>
<p align="center">
</p>
<p align="center">
</p>
<p align="center">
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -