linkEdit.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:2k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="linkEdit.aspx.cs" Inherits="manage_link_lindEdit" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <link href="../../css/css.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body class="txt">
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <table style="width: 331px; height: 133px">
  12.             <tr>
  13.                 <td style="width: 70px">
  14.                 </td>
  15.                 <td style="width: 93px">
  16.                 </td>
  17.                 <td style="width: 144px">
  18.                 </td>
  19.             </tr>
  20.             <tr>
  21.                 <td style="width: 70px">
  22.                 </td>
  23.                 <td style="width: 93px">
  24.                     <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="8px"
  25.                         OnRowDeleting="GridView1_RowDeleting" Width="358px">
  26.                         <Columns>
  27.                             <asp:BoundField DataField="ID" HeaderText="ID" />
  28.                             <asp:BoundField DataField="linkName" HeaderText="站点名称" />
  29.                             <asp:BoundField DataField="linkAddress" HeaderText="链接地址" />
  30.                             <asp:CommandField ShowDeleteButton="True" />
  31.                         </Columns>
  32.                     </asp:GridView>
  33.                 </td>
  34.                 <td style="width: 144px">
  35.                 </td>
  36.             </tr>
  37.             <tr>
  38.                 <td style="width: 70px">
  39.                 </td>
  40.                 <td style="width: 93px">
  41.                 </td>
  42.                 <td style="width: 144px">
  43.                 </td>
  44.             </tr>
  45.         </table>
  46.     
  47.     </div>
  48.     </form>
  49. </body>
  50. </html>