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

📄 search.aspx

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

<!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 runat="server">
    <title>都市网络新闻---站内搜索</title>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; padding-top: 0px; background-color: #0b66b6;">
    <form id="form1" runat="server">
    <div>
        <table style="width: 800px; height: 300px; margin-top: 0px; padding-top: 0px; background-color: #ffffff;" align="center" class="txt" cellspacing="0" cellpadding="0">
            <tr>
                <td colspan="3" style="width: 804px">
                    <uc1:menu ID="Menu1" runat="server" OnLoad="Menu1_Load" />
                </td>
            </tr>
            <tr>
                <td colspan="3" style="background-image: url(image/seach/s1.gif); height: 28px; width: 804px;">
                    &nbsp; &nbsp; &nbsp;
                    <asp:Label ID="Label1" runat="server" Text="Label" Width="488px"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 157px; width: 804px;">
                    <asp:DataList ID="DataList1" runat="server" Height="1px"
                        Width="160px" OnItemCommand="DataList1_ItemCommand" BackColor="White">
                        <ItemTemplate>
                            <table border="0" cellspacing="0" class="txt" style="width: 775px; height: 1px; margin-top: 0px; padding-top: 0px;">
                                <tr>
                                    <td align="left" style="background-image: url(image/seach/sdian.GIF); width: 52px;
                                        border-bottom: #000000 1px dashed; height: 23px">
                                    </td>
                                    <td align="left" style="width: 110px; height: 23px;border-bottom: 1px dashed #000000;">
                                        &nbsp; ·&nbsp;
                                        <%# DataBinder.Eval(Container.DataItem,"type")%>
                                        』</td>
                                    <td style="height: 23px;border-bottom: 1px dashed #000000;" align="left">
                                        <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
                                </tr>
                            </table>
                        </ItemTemplate>
                        <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                            Font-Underline="False" ForeColor="Blue" HorizontalAlign="Center" />
                    </asp:DataList></td>
            </tr>
            <tr>
                <td style="background-image: url(image/5.gif); width: 804px; height: 15px;" colspan="3">
                    &nbsp;
                </td>
            </tr>
        </table>
    
    </div>
        <table align="center" border="0" cellspacing="0" class="txt" style="width: 803px;
            height: 59px; background-color: #ffffff;">
            <tr>
                <td align="center" class="txt" colspan="3" style="height: 20px">
                    吉林省明日科技有限公司 客户服务热线:: (0431)84972266 &nbsp; &nbsp; &nbsp; 客户服务邮箱:mingrisoft@mingrisoft.com</td>
            </tr>
            <tr>
                <td class="css" style="height: 16px">
                </td>
                <td align="center" class="txt" style="width: 555px; height: 16px">
                    CopyRight <span lang="EN-US" style="font-size: 10.5pt; font-family: 'Times New Roman';
                        mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt;
                        mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
                        ©&nbsp; 明日科技有限公司 网络开发 &nbsp;&nbsp; </span></td>
                <td class="css" style="height: 16px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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