?? vote.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>投票調(diào)查</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>
<asp:Button id="btnResult" runat="server" Text="結(jié)果"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -