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

📄 info_re.aspx

📁 一个简单的聊天代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="info_re.aspx.cs" Inherits="admin_info" %>

<!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/StyleSheet2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
<!--
table {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
body {
	margin-top: 20px;
}
th {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
-->
    </style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body><form id="form1" runat="server">
  <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <th valign="middle" style="width: 700px">商情标题
        <asp:TextBox ID="TextBox_gjz" runat="server" Width="150px"></asp:TextBox>
        类别:
        <asp:DropDownList
        ID="DropDownList1" runat="server" Width="150px"> </asp:DropDownList>
          <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="搜索" Width="50px" /></th>
    </tr>
    <tr>
      <td align="center" style="width: 700px">
      <asp:GridView ID="GridView1"  OnPageIndexChanging="GridView1_PageIndexChanging" 
        runat="server"  AllowPaging="True" PageSize="8" Width="600px" AutoGenerateColumns="False" HorizontalAlign="Center" >
      <columns>
      <asp:BoundField DataField="SortName" HeaderText="搜索结果" /> <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="../Details.aspx?id={0}"
                DataTextField="title" HeaderText="标题" /> <asp:BoundField DataField="userfrom" HeaderText="网页来自" /> <asp:BoundField DataField="dtt" HeaderText="更新时间" /> <asp:BoundField DataField="nod" HeaderText="点击" /> <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="info_add.aspx?id={0}"
                HeaderText="修改" Text="修改" />
          <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="info_re.aspx?id={0}"
              HeaderText="删除" Text="删除" />
      </columns>
      <selectedrowstyle backcolor="#D1DDF1" font-bold="True" forecolor="#333333" />
      <pagerstyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />      
      <headerstyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />      
      <alternatingrowstyle backcolor="White" /> <rowstyle backcolor="#EFF3FB" /> <editrowstyle backcolor="#2461BF" /> </asp:GridView> </td>
    </tr>
  </table>
   </form>
</body>
</html>

⌨️ 快捷键说明

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