📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
</head>
<body style="font-size: 12px">
<form id="form1" runat="server">
<div>
<br />
<table style="border-right: #66ccff thin solid; border-top: #66ccff thin solid; border-left: #66ccff thin solid; border-bottom: #66ccff thin solid">
<tr>
<td colspan="5" style="background-image: url(image/topOne.jpg); width: 778px; height: 60px">
</td>
</tr>
<tr>
<td colspan="5" style="background-image: url(image/topTwo.jpg); width: 778px; height: 29px">
</td>
</tr>
<tr>
<td rowspan="4" style="background-image: url(image/links.jpg); width: 197px; height: 24px">
</td>
<td rowspan="1" style="background-image: url(image/1294850_472733.gif); width: 215px;
height: 1px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/insertButton.jpg" /><span
style="font-size: 11pt">图书信息(应用存储过程)<span></span></span></td>
<td rowspan="5" style="background-image: url(image/left.jpg); width: 160px">
</td>
<td colspan="2" rowspan="1" style="background-image: url(image/left.jpg); height: 1px">
</td>
</tr>
<tr>
<td rowspan="4" style="background-image: url(image/1294850_472733.gif); width: 215px;
height: 24px">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="3" OnRowDeleting="GridView1_RowDeleting" Style="border-right: #cccccc thin groove;
border-top: #cccccc thin groove; border-left: #cccccc thin groove; border-bottom: #cccccc thin groove"
OnPageIndexChanging="GridView1_PageIndexChanging" Width="388px" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" AllowPaging="True" PageSize="4" Font-Size="9pt" Height="138px">
<Columns>
<asp:BoundField DataField="BookID" HeaderText="图书ID" />
<asp:BoundField DataField="BookName" HeaderText="图书名称" />
<asp:BoundField DataField="BookIntroduce" HeaderText="图书介绍" />
<asp:BoundField DataField="BookPrice" HeaderText="图书价格" />
<asp:CommandField ShowDeleteButton="True" />
</Columns>
<RowStyle ForeColor="#000066" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#000066" HorizontalAlign="Left" BackColor="White" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
<FooterStyle BackColor="White" ForeColor="#000066" />
</asp:GridView>
</td>
<td colspan="2" rowspan="4" style="background-image: url(image/left.jpg); height: 24px">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td style="background-image: url(image/artices.jpg); width: 197px; height: 32px">
</td>
</tr>
<tr>
<td colspan="5" style="background-image: url(image/bottom.jpg); width: 778px; height: 111px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -