📄 addtotempstore.aspx
字号:
<%@ Page language="c#" Codebehind="AddToTempStore.aspx.cs" AutoEventWireup="false" Inherits="BookShop.AddToTempStore" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AddToTempStore</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="ioffice.css" type="text/css" rel="stylesheet">
<LINK href="style2.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<FONT face="宋体"><FONT face="宋体">
<FORM id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" height="100%" width="100%">
<TR>
<TD width="245" height="700"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="240" height="100%">
</iframe>
</TD>
<TD vAlign="top" noWrap align="middle">
<TABLE id="Table2" style="WIDTH: 95%" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td height="15" style="WIDTH: 142px"></td>
</tr>
<TR>
<TD class="ActiveMenuItem" style="WIDTH: 142px" noWrap align="middle"><FONT size="2">Temp
Store</FONT></TD>
<TD style="WIDTH: 280px"></TD>
</TR>
</TABLE>
<FONT face="宋体">
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="95%" border="0">
<TR>
<TD style="HEIGHT: 10px" noWrap colSpan="3" height="26"></TD>
</TR>
<TR>
<TD noWrap colSpan="3"></TD>
</TR>
<TR>
<TD noWrap colSpan="3"></TD>
</TR>
<TR>
<TD noWrap colSpan="3">
<asp:datagrid id="Datagrid1" runat="server" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" DataKeyField="BookId" BorderColor="#999999" Width="100%" CssClass="td">
<HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
<Columns>
<asp:HyperLinkColumn Text="Name" DataNavigateUrlField="BookId" DataNavigateUrlFormatString="ShowBook.aspx?bookid={0}" DataTextField="Name" SortExpression="Name" HeaderText="Book Name" NavigateUrl="BookId"></asp:HyperLinkColumn>
<asp:BoundColumn DataField="Publisher" SortExpression="Publisher" HeaderText="Publisher"></asp:BoundColumn>
<asp:BoundColumn DataField="Author" SortExpression="Author" HeaderText="Author"></asp:BoundColumn>
<asp:BoundColumn DataField="Translator" SortExpression="Translator" HeaderText="Translator"></asp:BoundColumn>
<asp:BoundColumn DataField="Price" SortExpression="Price" HeaderText="Price"></asp:BoundColumn>
<asp:ButtonColumn Text="<img src=img/basket.gif border=0 alt=Delete />" HeaderText="Cart" CommandName="Edit"></asp:ButtonColumn>
<asp:ButtonColumn Text="<img src=img/delete.gif border=0 alt=Delete />" HeaderText="Delete" CommandName="Delete">
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle Mode="NumericPages"></PagerStyle>
</asp:datagrid></TD>
</TR>
<TR>
<TD noWrap colSpan="3"></TD>
</TR>
</TABLE>
<asp:label id="lblInfo" runat="server" Width="467px" Visible="False" Font-Size="X-Small" ForeColor="Blue"></asp:label></FONT></TD>
</TR>
</TABLE>
</FONT>
</FORM>
</FONT></FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -