版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
本文格式為Word版下載后可任意編輯和復(fù)制第第頁代碼個人工作總結(jié)
分頁:
usingSystem;
usingSystem.Collections;
usingSystem.Configuration;
usingSystem.Data;
usingSystem.Linq;
usingSystem.Web;
usingSystem.Web.Security;
usingSystem.Web.UI;
usingSystem.Web.UI.HtmlControls;
usingSystem.Web.UI.WebControls;
usingSystem.Web.UI.WebControls.WebParts;
usingSystem.Xml.Linq;
usingSystem.Configuration;
usingSystem.Data.SqlClient;
publicpartialclasstemplates_scanmessageboard:System.Web.UI.Page
{
publicstaticintcurrentpages=1;
publicstaticinttatolpages=1;
publicstaticintsize=5;
publicstaticintm=0;
protectedvoidPage_Load(objectsender,EventArgse)
{
stringcon=ConfigurationSettings.AppSettings[sqlconn];
SqlConnectionconn=newSqlConnection(con);
conn.Open();
SqlCommandcmd=newSqlCommand();
cmd.Connection=conn;
cmd.CommandType=CommandType.Text;
cmd.CommandText=selectcount(*)frommessage;
inti=Convert.ToInt32(cmd.ExecuteScalar());
tatolpages=i/size;
m=i%size;
if(tatolpages==0)
{
cmd.CommandText=select*frommessage;
SqlDataReadersdr=cmd.ExecuteReader();
while(sdr.Read())
{
Label1.Text+=(divclass=contentbrdiv
style=width:300px;float:left;+sdr[Ucontent]+/divdivstyle=float:rightahref=detailmessage.aspx?id=+sdr[id]+查看詳情/a——ahref=pinlun.aspx?id=+sdr[id]+批閱留言/a——ahref=deletemessage.aspx?id=+sdr[id]+刪除留言
/a/div/divhrsize=3width=100%/);
}
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages+1)+頁;conn.Close();
conn.Dispose();
}
else
{
cmd.CommandText=selecttop+size+*frommessagewhere(idnotin(selecttop+(currentpages-1)*size+idfrommessageorderbyiddesc))orderbyiddesc;
SqlDataReadersdr=cmd.ExecuteReader();
while(sdr.Read())
{
Label1.Text+=(divclass=contentbrdiv
style=width:300px;float:left;+sdr[Ucontent]+/divdivstyle=float:rightahref=detailmessage.aspx?id=+sdr[id]+查看詳情/a——ahref=pinlun.aspx?id=+sdr[id]+批閱留言/a——ahref=deletemessage.aspx?id=+sdr[id]+刪除留言/a/div/divhrsize=3width=100%/);
}
if(m==0)
{
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages)+頁;}
else
{
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages+1)+頁;
}
conn.Close();
conn.Dispose();
}
}
protectedvoidButton1_Click(objectsender,EventArgse)
{
currentpages=1;
Label1.Text=;
Label2.Text=;
stringcon=ConfigurationSettings.AppSettings[sqlconn];
SqlConnectionconn=newSqlConnection(con);
conn.Open();
SqlCommandcmd=newSqlCommand();
cmd.Connection=conn;
cmd.CommandType=CommandType.Text;
cmd.CommandText=selecttop+size+*frommessagewhere(idnotin(selecttop+(currentpages-1)*size+idfrommessageorderbyiddesc))orderbyiddesc;SqlDataReadersdr=cmd.ExecuteReader();
while(sdr.Read())
{
Label1.Text+=(divclass=contentbrdivstyle=width:300px;float:left;+sdr[Ucontent]+/divdivstyle=float:rightahref=detailmessage.aspx?id=+sdr[id]+查看詳情/a——ahref=pinlun.aspx?id=+sdr[id]+批閱留言/a——a
href=deletemessage.aspx?id=+sdr[id]+刪除留言/a/div/divhrsize=3
width=100%/);
}
if(m==0)
{
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages)+頁;}
else
{
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages+1)+頁;}
conn.Close();
conn.Dispose();
}
protectedvoidButton3_Click(objectsender,EventArgse)
{
if(m==0)
{
if(currentpages(tatolpages))
{
currentpages=currentpages+1;
Label1.Text=;
Label2.Text=;
stringcon=ConfigurationSettings.AppSettings[sqlconn];
SqlConnectionconn=newSqlConnection(con);
conn.Open();
SqlCommandcmd=newSqlCommand();
cmd.Connection=conn;
cmd.CommandType=CommandType.Text;
cmd.CommandText=selecttop+size+*frommessagewhere(idnotin(select
top+(currentpages-1)*size+idfrommessageorderbyiddesc))orderbyiddesc;SqlDataReadersdr=cmd.ExecuteReader();
while(sdr.Read())
{
Label1.Text+=(divclass=contentbrdiv
style=width:300px;float:left;+sdr[Ucontent]+/divdivstyle=float:rightahref=detailmessage.aspx?id=+sdr[id]+查看詳情/a——ahref=pinlun.aspx?id=+sdr[id]+批閱留言/a——ahref=deletemessage.aspx?id=+sdr[id]+刪除留言/a/div/divhrsize=3width=100%/);
}
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages)+頁;conn.Close();
conn.Dispose();
}
else
{
this.Page.ClientScript.RegisterStartupScript(this.Page.GetType(),key,alert(已是最終一頁!);,true);
Response.Redirect(scanmessageboard.aspx);
}
}
else
{
if(currentpages=(tatolpages))
{
currentpages=currentpages+1;
Label1.Text=;
Label2.Text=;
stringcon=ConfigurationSettings.AppSettings[sqlconn];
SqlConnectionconn=newSqlConnection(con);
conn.Open();
SqlCommandcmd=newSqlCommand();
cmd.Connection=conn;
cmd.CommandType=CommandType.Text;
cmd.CommandText=selecttop+size+*frommessagewhere(idnotin(selecttop+(currentpages-1)*size+idfrommessageorderbyiddesc))orderbyiddesc;SqlDataReadersdr=cmd.ExecuteReader();
while(sdr.Read())
{
Label1.Text+=(divclass=contentbrdiv
style=width:300px;float:left;+sdr[Ucontent]+/divdivstyle=float:rightahref=detailmessage.aspx?id=+sdr[id]+查看詳情/a——ahref=pinlun.aspx?id=+
sdr[id]+批閱留言/a——ahref=deletemessage.aspx?id=+sdr[id]+刪除留言/a/div/divhrsize=3width=100%/);
}
Label2.Text+=當前頁數(shù)為:+currentpages+--共+(tatolpages+1)+頁;
conn.Close();
conn.Dispose();
}
else
{
this.Page.ClientScript.RegisterStartupScript(this.Page.GetType(),key,alert(已是最終一頁!);,true);
Response.Redirect(scanmessageboard.aspx);
}
}
}
protectedvoidButton2_Click(objectsender,EventArgse)
{
if(currentpages1)
{
currentpages=currentpages-1;
Label1.Text=;
Label2.Text=;
stringcon=ConfigurationSettings.AppSettings[sqlconn];
SqlConnectionconn=newSqlCo
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024-2027年中國導(dǎo)電材料行業(yè)市場運行現(xiàn)狀及投資戰(zhàn)略研究報告
- 2025年電話會議系統(tǒng)配件項目投資可行性研究分析報告
- 2023-2029年中國中餐行業(yè)發(fā)展監(jiān)測及市場發(fā)展?jié)摿︻A(yù)測報告
- 2025-2031年中國一次性注射器行業(yè)市場競爭格局及發(fā)展趨勢預(yù)測報告
- 2025年手動液壓起重車項目可行性研究報告
- 2025年乳制品項目可行性研究報告
- 2018-2024年中國飲料酒市場運行態(tài)勢及投資戰(zhàn)略咨詢研究報告
- 2025年五金產(chǎn)品項目可行性研究報告
- 2025年中國洞洞球焊接機行業(yè)市場發(fā)展前景及發(fā)展趨勢與投資戰(zhàn)略研究報告
- 2025年高能陶瓷項目投資可行性研究分析報告
- 人教版(2025新版)七年級下冊數(shù)學(xué)第七章 相交線與平行線 單元測試卷(含答案)
- GB/T 44351-2024退化林修復(fù)技術(shù)規(guī)程
- 從跨文化交際的角度解析中西方酒文化(合集5篇)xiexiebang.com
- 中藥飲片培訓(xùn)課件
- 空氣自動站儀器運營維護項目操作說明以及簡單故障處理
- 2022年12月Python-一級等級考試真題(附答案-解析)
- T-CHSA 020-2023 上頜骨缺損手術(shù)功能修復(fù)重建的專家共識
- Hypermesh lsdyna轉(zhuǎn)動副連接課件完整版
- 小學(xué)六年級數(shù)學(xué)計算題100道(含答案)
- GB/T 7946-2015脈沖電子圍欄及其安裝和安全運行
- 五年制高職語文課程標準
評論
0/150
提交評論