ASP.NET笔记之文章发布管理小系统案例

2019-05-20 09:11:59于丽

                                 <asp:NextPreviousPagerField ButtonType="Link" ShowFirstPageButton="false"
                                 ShowLastPageButton="True" ShowPreviousPageButton="false" ShowNextPageButton="true" />
                             </Fields>
           </asp:DataPager>
         </LayoutTemplate>
     </asp:ListView>
     </form>
 </body>
 </html>

添加/修改文章页面:News_add.aspx

<%@ Page Language="C#" AutoEventWireup="true"ValidateRequest="false" CodeBehind="News_add.aspx.cs" Inherits="协同企业管理系统.admin.News_add" %>

 <!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">

     <script src="js/ckeditor/ckeditor.js" type="text/javascript"></script>
     <title></title>
 </head>
 <body>
     <form id="form1" runat="server">
     <div>
         <table border="0" cellpadding="0" cellspacing="0">
             <tr>
                 <td>
                     <asp:Label ID="Label1" runat="server" Text="标题">
                     </asp:Label><asp:TextBox ID="txtTitle"
                         runat="server"></asp:TextBox>
                 </td>
             </tr>
             <tr>
                 <td>