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

📄 news.aspx

📁 游戏币交易下单系统 .有一定参考价值.希望大家多多支持
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="reg, App_Web_fcvducst" %>

<%@ Register Src="control/login.ascx" TagName="login" TagPrefix="uc5" %>

<%@ Register Src="control/leftcon.ascx" TagName="leftcon" TagPrefix="uc4" %>

<%@ Register Src="control/end.ascx" TagName="end" TagPrefix="uc3" %>

<%@ Register Src="control/left.ascx" TagName="left" TagPrefix="uc2" %>

<%@ Register Src="control/head.ascx" TagName="head" 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="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;<uc1:head ID="Head1" runat="server" />
        <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
               <td  style="height: 19px; width: 209px;" valign="top">
                   &nbsp;
                   <uc5:login ID="Login1" runat="server" />
                   <uc4:leftcon ID="Leftcon1" runat="server" />
               </td>
               <td width="10"></td>
               <td valign="top" style="width: 531px">
                    <table cellpadding="0" cellspacing="0" border="0">
                          <tr>
                            <td height="25"></td>
                          </tr>
                          <tr>
                            <td>
                                <table width="550" height="7" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td width="7"><img src="images/l-l.gif" width="7" height="7" /></td>
                                    <td bgcolor="#BDE7F9"><img src="images/point.gif" width="1" height="1" /></td>
                                    <td width="7"><img src="images/l-r.gif" width="7" height="7" /></td>
                                  </tr>
                                </table>
                            </td>
                            <td width="7"></td>
                          </tr>
                          <tr>
                            <td height="70" align="center" bgcolor="#BDE7F9"><img src="images/banner.jpg" width="538" height="90" /></td>
                            <td width="7">&nbsp;</td>
                          </tr>
                          <tr>
                            <td height="10" bgcolor="#BDE7F9"></td>
                            <td width="7"></td>
                          </tr>
                    </table>
                    <table width="550" height="7" border="0" cellpadding="0" cellspacing="0">
                       <tr>
                            <td style="height: 25px"></td>
                          </tr>
                       <tr>
                          <td style="height: 7px">
                            </td>
                            <td width="7" style="height: 7px"></td>
                         </tr>
                         <tr>
                              <td height="300" valign="top" background="images/bg5.jpg" bgcolor="#BDE7F9" class="bg1">
                                <table width="557" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                      <td height="7"><table width="550" height="7" border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                            <td style="height: 54px; width: 66px;"></td>
                                            <td align="center" valign="middle" bgcolor="#BDE7F9" style="height: 54px"><img src="images/m8.gif" width="154" height="21" /></td>
                                            <td width="7" valign="top" bgcolor="#BDE7F9" style="height: 54px"><img src="images/l-r.gif" width="7" height="7" /></td>
                                          </tr>
                                      </table></td>
                                      <td width="7" height="7"></td>
                                    </tr>
                                    <tr>
                                      <td height="300" valign="top" background="images/bg5.jpg" bgcolor="#BDE7F9" class="bg1" align="center">
                                          
                                          <table width="95%">
                                              <tr>
                                                  <td width="100%" align="center" style="height: 37px">
                                                      <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
                                                          Width="503px" AllowPaging="True" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical"  OnPageIndexChanging="GridView1_PageIndexChanging">
                                                          <Columns>
                                                              <asp:TemplateField>
                                                                  <EditItemTemplate>
                                                                      <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                                                                  </EditItemTemplate>
                                                                  <ItemTemplate>
                                                                      <asp:Image ID="Image1" runat="server" ImageUrl="~/images/point1.gif" />
                                                                  </ItemTemplate>
                                                                  <ItemStyle Width="30px" />
                                                                  <FooterStyle Width="60px" />
                                                              </asp:TemplateField>
                                                              <asp:TemplateField HeaderText="标  题">
                                                                  <ItemStyle HorizontalAlign="Left" Width="300px" />
                                                                  <ItemTemplate>
                                                                      <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# DataBinder.Eval(Container.DataItem, "newid", "viewnews.aspx?id={0}") %>' Text='<%# Eval("title") %>'></asp:HyperLink>
                                                                  </ItemTemplate>
                                                                  <FooterStyle Width="300px" />
                                                              </asp:TemplateField>
                                                              <asp:BoundField DataField="adddate" DataFormatString="{0:yyyy-mm-dd}" HtmlEncode="false" HeaderText="日     期" >
                                                                  <ItemStyle Width="150px" />
                                                                  <FooterStyle Width="150px" />
                                                              </asp:BoundField>
                                                          </Columns>
                                                          <FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
                                                          <RowStyle BackColor="#EEEEEE" ForeColor="Black" />
                                                          <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
                                                          <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
                                                          <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
                                                          <AlternatingRowStyle BackColor="Gainsboro" />
                                                          <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                                                              NextPageText="下一页" PreviousPageText="上一页" />
                                                      </asp:GridView>
                                                      &nbsp;</td>
                                              </tr>
                                          </table>
                                        </td>
                                  </tr>
                                  </table>
                                
                              </td>
                              <td width="7">&nbsp;</td>
                          </tr>
                     </table>
                 </td>
              </tr>
           </table>
        </div>
        <uc3:end ID="End1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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