📄 vote.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="vote.aspx.cs" Inherits="_Default" %>
<!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>无标题页</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #cc99cc thick solid;
border-top: #cc99cc thick solid; left: 139px; border-left: #cc99cc thick solid;
width: 417px; border-bottom: #cc99cc thick solid; position: absolute; top: 68px;
background-color: #ccccff" id="TABLE1" onclick="return TABLE1_onclick()">
<tr>
<td style="height: 23px; background-color: #ccccff">
</td>
</tr>
<tr>
<td style="height: 39px; background-color: #ffffff">
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
</asp:RadioButtonList></td>
</tr>
<tr>
<td style="background-color: #ffffff; height: 23px;">
<asp:Button ID="Button1" runat="server" Text="投票" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="查看" OnClick="Button2_Click" />
<asp:Label ID="Label1" runat="server" Style="left: 122px; position: absolute; top: 0px"
Text="Label" Width="174px"></asp:Label>
</td>
</tr>
<tr>
<td style="height: 19px; background-color: #ffffff">
<asp:Label ID="Label2" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="height: 19px; background-color: #ffffff">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/denglu.aspx">管理员</asp:HyperLink></td>
</tr>
</table>
</div>
</div>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" OnSelecting="SqlDataSource1_Selecting">
</asp:SqlDataSource>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -