📄 webform12.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm12.aspx.cs" AutoEventWireup="false" Inherits="biyesheji2.WebForm12" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>毕业设计</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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:DataGrid id="MyDataGrid" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 88px" runat="server"
AllowPaging="True" autogeneratecolumns="False" onpageindexchanged="MyDataGrid_PageIndexChanged"
Width="664px" Height="72px" BorderColor="Black" BorderWidth="1pt" GridLines="None" CellSpacing="1"
CellPadding="4" Font-Size="X-Small" HorizontalAlign="Left" DataKeyField="zid" BorderStyle="Dotted"
OnDeleteCommand="MyDataGrid_Delete" BackColor="#3070C6">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#3070C6"></SelectedItemStyle>
<ItemStyle ForeColor="Black" BackColor="#CCCCCC"></ItemStyle>
<HeaderStyle Font-Size="X-Small" HorizontalAlign="Center" ForeColor="#E7E7FF" VerticalAlign="Middle"
BackColor="#3070C6"></HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
<Columns>
<asp:ButtonColumn Text="<img border=0 src=Images\del.gif alt=删除>" CommandName="Delete"></asp:ButtonColumn>
<asp:BoundColumn DataField="zb" HeaderText="文件备注"></asp:BoundColumn>
<asp:BoundColumn DataField="za" HeaderText="文件类型"></asp:BoundColumn>
<asp:BoundColumn DataField="zc" HeaderText="文件大小"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="查看文件">
<ItemTemplate>
<a href='<%# DataBinder.Eval(Container.DataItem,"zid","webform14.aspx?imgid={0}")%>' target=_blank>
查看</a>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle BackColor="#C6C3C6" PageButtonCount="12" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!-- fwtable fwsrc="未命名-3.png" fwbase="top.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr background="images/top_r1_c3.gif">
<td background="images/top_r1_c3.gif"><img name="top_r1_c1" src="images/top_r1_c1.gif" width="13" height="85" border="0" alt=""></td>
<td valign="middle" background="images/top_r1_c3.gif"> <img src="images/top_r2_c4.gif" alt="" name="top_r2_c4" width="655" height="26" border="0"
align="absMiddle" usemap="#top_r2_c4Map"></td>
</tr>
<map name="top_r2_c4Map">
<area shape="RECT" coords="5,1,75,26" href="WebForm8.aspx">
<area shape="RECT" coords="80,2,163,26" href="WebForm9.aspx">
<area shape="RECT" coords="170,2,256,25" href="WebForm10.aspx">
<area shape="RECT" coords="261,2,345,25" href="WebForm11.aspx">
<area shape="RECT" coords="351,3,436,27" href="WebForm12.aspx">
<area shape="RECT" coords="442,2,547,31" href="WebForm13.aspx">
<area shape="RECT" coords="560,1,653,31" href="WebForm1.aspx">
</map>
</table>
<FONT face="宋体"></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -