📄 bookord_view.aspx
字号:
<%@ Page language="c#" Codebehind="BookOrd_view.aspx.cs" AutoEventWireup="false" Inherits="BookManager.BookOrd_view" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>BookOrd_view</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">
<style type="text/css">
.style8 { FONT-SIZE: 9pt; COLOR: #0066ff }
</style>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table width="80%" border="0" align="center">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2%"><img src="pic/ym7.gif" width="25" height="24"></td>
<td width="16%" bgcolor="#e1dfff"><span class="style8">教材征订信息</span></td>
<td width="2%"><img src="pic/ym8.gif" width="19" height="24"></td>
<td width="79%" style="BORDER-BOTTOM: #e1dfff 4px solid"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<asp:DataGrid id="dgOrdView" runat="server" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px"
CellSpacing="1" BackColor="White" CellPadding="3" GridLines="None" Width="100%" Font-Size="9pt" DataSource="<%# dsOrd_viewInfo %>" DataKeyField="InfoID" DataMember="tblBookAttribute" AutoGenerateColumns="False">
<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
<SelectedItemStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
<AlternatingItemStyle HorizontalAlign="Center"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="InfoID" SortExpression="InfoID" HeaderText="InfoID"></asp:BoundColumn>
<asp:BoundColumn DataField="BookName" SortExpression="BookName" ReadOnly="True" HeaderText="书名"></asp:BoundColumn>
<asp:BoundColumn DataField="Author" SortExpression="Author" HeaderText="作者"></asp:BoundColumn>
<asp:BoundColumn DataField="Publish" SortExpression="Publish" ReadOnly="True" HeaderText="出版社"></asp:BoundColumn>
<asp:BoundColumn DataField="Price" SortExpression="Price" ReadOnly="True" HeaderText="价格"></asp:BoundColumn>
<asp:BoundColumn DataField="BookMark" SortExpression="BookMark" ReadOnly="True" HeaderText="标准书号"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="删除">
<ItemTemplate>
<FONT face="宋体">
<asp:Button id="btDelete" runat="server" Font-Size="9pt" Text="删除" CommandName="UserDelete"></asp:Button></FONT>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
</asp:DataGrid></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<asp:Button id="btBack" runat="server" Text="返回"></asp:Button></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -