📄 info.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="InFo.aspx.cs" Inherits="InFo" %>
<!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>
</head>
<body style="vertical-align: top; text-align: center">
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="width: 705px; background-image: url(Images/004.JPG);">
<tr>
<td style="width: 100px; height: 154px; background-image: url(Images/1.jpg);">
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 755px; height: 196px; text-align: center; background-image: url(Images/2.jpg);">
<table cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td align="left" style="width: 600px; height: 25px">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Red" PostBackUrl="~/Default.aspx">┆上传文件┆</asp:LinkButton></td>
</tr>
<tr>
<td style="width: 600px; height: 244px;">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound"
OnRowDeleting="GridView1_RowDeleting" Width="600px" BackColor="White" BorderColor="Black" BorderStyle="None" BorderWidth="1px" CellPadding="4">
<Columns>
<asp:BoundField DataField="id" HeaderText="文件编号" />
<asp:BoundField DataField="name" HeaderText="文件名称" />
<asp:BoundField DataField="datatime" HeaderText="上传时间" />
<asp:CommandField DeleteText="永久删除" HeaderText="永久删除" ShowDeleteButton="True">
<ControlStyle Font-Underline="False" ForeColor="Red" />
</asp:CommandField>
</Columns>
<FooterStyle BackColor="#9FACCF" ForeColor="Black" Height="1px" />
<RowStyle BackColor="White" ForeColor="Black" Wrap="False" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Black" />
<PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#9FACCF" Font-Bold="True" ForeColor="White" Height="20px" />
<EmptyDataTemplate>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</EmptyDataTemplate>
</asp:GridView>
</td>
</tr>
<tr>
<td style="width: 600px; height: 21px" align="right">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px; background-image: url(Images/3.jpg); height: 72px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -