?? 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 + -