長文章分頁顯示函式

2021-04-23 02:42:16 字數 626 閱讀 8685

public

string nohtml(string htmlstring) //去除html標記 

else

if (request.querystring["pages"] != null)

catch

}//set the page content 設定獲取當前頁的大小 

if (m_intcurrentpage < m_inttotalpage)

else

if (m_intcurrentpage == m_inttotalpage)

string m_strpageinfo = " ";

for (int i = 1; i <= m_inttotalpage; i++)

//輸出顯示各個頁碼 

this.labpagenumber.text = m_strpageinfo;

}else

return m_strret;

}protected

void page_load(object sender, eventargs e)}

前台頁面分頁處使用的控制項:

"labpagenumber" font-size="14px" runat="server"> 

用ASP實現長文章用分頁符來分頁顯示

長文章頁用分頁符來顯示,想用asp也實現這種功能,可發現只有根據字數進行分頁的方法,但這種方法有乙個bug,就是如果你文章內容中如果有ubb 它很容易造成在 code code 之間進行分頁,或者乾脆就把 code 分解成了 co和de 這樣文章顯示就會出現錯誤。以下幾個步驟將能夠完全實現。第一步 ...

長文章分頁顯示思路及頁碼條顯示新思路

這兩天利用空閒時間程式設計序,琢摩了一下關於長文章分頁以及頁碼條的簡單實現方法。思路是vbscript的。currentpage request.querystring page currentpage是當前頁的意思 pagecount int len content size 1 content是...

長文章分頁程式(根據設定標記)

實現 int page 1 if request.querystring page null int articleid convert.toint16 request id dr myclassda.index article show articleid sqldatareader index ...