asp.net利用FCK编辑器中的分页符 完成长文章分页
[html
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SplitContent.aspx.cs" Inherits="SplitContent" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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>
</div>
<asp:Panel ID="pnlPage" runat="server" Height="286px">
<asp:Label ID="ltlContent" runat="server" Text="ltlContent"></asp:Label>
<br />
<asp:Label ID="ltlPage" runat="server" Text="ltlPage"></asp:Label>
</asp:Panel>
</form>
</body>
</html>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SplitContent.aspx.cs" Inherits="SplitContent" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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>
</div>
<asp:Panel ID="pnlPage" runat="server" Height="286px">
<asp:Label ID="ltlContent" runat="server" Text="ltlContent"></asp:Label>
<br />
<asp:Label ID="ltlPage" runat="server" Text="ltlPage"></asp:Label>
</asp:Panel>
</form>
</body>
</html>
[csharp]
using System;
相关新闻>>
- 发表评论
-
- 最新评论 更多>>