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

📄 yijianlian.aspx

📁 简单新闻管理系统一个采用Access数据库的新闻管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="yijianlian.aspx.cs" Inherits="yijianlian" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
      <table width="800" border="0" align="center">
        <tr>
          <td height="58"><img src="images/lian2.jpg" width="800" height="124" /></td>
        </tr>
      </table>
      <table width="800" height="700" border="0" align="center">
        <tr>
          <td width="149" height="192" valign="top"><img src="images/lian.jpg" width="232" height="348" /></td>
          <td width="641" rowspan="2" valign="top" bgcolor="#FFFFFF"><img src="images/Img252886109.jpg" width="71" height="68" />
              <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/news.mdb"
                  SelectCommand="SELECT * FROM [newsinfo] WHERE ([News_ID] = ?)">
                  <SelectParameters>
                      <asp:QueryStringParameter Name="News_ID" QueryStringField="ID" Type="Int32" />
                  </SelectParameters>
              </asp:AccessDataSource>
              <asp:DataList ID="DataList1" runat="server" DataKeyField="News_ID" DataSourceID="AccessDataSource1">
                  <ItemTemplate>
                      <asp:Label ID="Label1" runat="server" Font-Size="10pt" Text='<%# Eval("News_Content") %>'></asp:Label><br />
                  </ItemTemplate>
              </asp:DataList></td>
        </tr>
        <tr>
          <td valign="top"><img src="images/lian1.jpg" width="230" height="142" />
            <table width="100%" height="200" border="0">
              <tr>
                <td><p><img src="images/lian4.jpg" width="120" height="160" /></p>
                <p>阿联远赴客场现场观战</p></td>
              </tr>
            </table></td>
        </tr>
      </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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