📄 webform11.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm11.aspx.cs" AutoEventWireup="false" Inherits="biyesheji2.WebForm11" %>
<!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">
<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>
<table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<td><asp:TextBox id="TextBox1" runat="server" Height="24px" Width="160px"></asp:TextBox>
<asp:Button id="Button1" runat="server" Height="22px" Width="144px" Text="提交搜索"></asp:Button> </td>
</tr>
</table>
<asp:DataGrid ID="MyDataGrid" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 136px"
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"
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: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></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -