⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default2.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>

<!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="text-align: center">
    <form id="form1" runat="server">
    <div>
        &nbsp;</div>
       <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: 8px">
                </td>
                <td rowspan="1" style="background-image: url(image/1294850_472733.gif); width: 215px; height: 13px;">
                    <span
                        style="font-size: 11pt">
                        <asp:HyperLink ID="HyperLink1" runat="server" Font-Size="Small" NavigateUrl="~/Default.aspx">返回主页</asp:HyperLink></span></td>
                <td rowspan="5" style="background-image: url(image/left.jpg); width: 146px">
                </td>
                <td colspan="2" rowspan="1" style="background-image: url(image/left.jpg); height: 13px;">
                </td>
            </tr>
            <tr>
                <td rowspan="4" style="background-image: url(image/1294850_472733.gif); width: 215px;
                    height: 8px">
                    <table cellpadding="0" cellspacing="0" style="width: 404px; background-image: url(image/1294850_472733.gif); border-top-style: none; border-right-style: none; border-left-style: none; height: 83px; border-bottom-style: none;">
                        <tr>
                            <td colspan="2" style="height: 14px; width: 404px;">
                                <table bgcolor="#ccffff" cellpadding="0" cellspacing="0" style="width: 396px; height: 28px;">
                                    <tr>
                                        <td style="width: 74px; height: 30px">
                                          
                                            <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="指定图书ID:"></asp:Label></td>
                                        <td align="left" style="width: 97px; height: 30px">
                                            <asp:Label ID="Label1" runat="server" Font-Size="10pt" Text="ID号【"></asp:Label>
                                            <asp:Label ID="Label3" runat="server" Text="Label"></asp:Label>
                                            <asp:Label ID="Label4" runat="server" Font-Size="10pt" Text="】"></asp:Label></td>
                                        <td align="left" style="width: 94px; height: 30px">
                                            <asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="删除表中记录" /></td>
                                    </tr>
                                </table>
                                <asp:GridView ID="GridView1" runat="server" OnPageIndexChanging="GridView1_PageIndexChanging"
                                    Font-Size="9pt" Width="389px" AutoGenerateColumns="False" AllowPaging="True" PageSize="5" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3">
                                    <Columns>
                                        <asp:BoundField DataField="BookID" HeaderText="图书ID" />
                                        <asp:BoundField DataField="BookName" HeaderText="图书名称" />
                                        <asp:BoundField DataField="BookIntroduce" HeaderText="图书介绍" />
                                        <asp:BoundField DataField="BookPrice" HeaderText="图书价格" />
                                        <asp:HyperLinkField DataNavigateUrlFields="BookID"
                                            HeaderText="删除操作" Text="选择" DataNavigateUrlFormatString="Default2.aspx?BookID={0}" />
                                    </Columns>
                                    <FooterStyle BackColor="White" ForeColor="#000066" />
                                    <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" />
                                </asp:GridView>
                            </td>
                        </tr>
                    </table>
                </td>
                <td colspan="2" rowspan="4" style="background-image: url(image/left.jpg); height: 8px">
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
                <td style="background-image: url(image/artices.jpg); width: 197px; height: 30px">
                </td>
            </tr>
            <tr>
                <td colspan="5" style="background-image: url(image/bottom.jpg); width: 778px; height: 109px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -