大文章的分頁

2021-06-18 20:38:16 字數 523 閱讀 6795

前面有篇文章介紹了「asp.net長文章採用分隔符進行分頁

」,但是如果分頁中含有html標記還是很容易出現問題的,比如在fck中插入"[--page--]"(自定義的分頁符)後,往往會把成對的

或標記隔開導致網頁布局混亂。不料fck自帶插入分頁符功能,使用fckeditor中的分頁符後就可以完美解決長文章的分頁問題了。

分頁**如下:

///

///文章分頁函式

///

/// 文章內容

/// 當前頁碼

/// 當前頁面位址

protected void articlepage(string content, int currentpage, string pageurl)

this.ltlcontent.text = outputcontent;

}呼叫**舉例:articlepage(strcontent, page, "news_detail_" + intid + ".html");    //分頁輸出

長篇文章的分頁

region 對於長篇文章的分頁 根據每頁顯示的字數分 string articlecontent changesize dr artic content tostring 載入全文 int contentlength articlecontent.length 計算全文長度 const int p...

關於分頁控制項的文章

原文 其實關於分頁方面的,以前在csdn裡面也發過幾個帖子。現在整理一下。分頁控制項正式命名為 mypage 版本號 2.0.0.1 framework net2.0 webform b s 支援多種資料庫,分頁演算法,提取資料的方式都可以替換。分頁,自從做b s的專案起,就和分頁打起了交到,一開始...

長篇文章分頁

public string nohtml string htmlstring 去除html標記 public string outputbysize string p strcontent 分頁函式 else if request.querystring pages null catch set t...