代碼個人工作總結(jié)_第1頁
代碼個人工作總結(jié)_第2頁
代碼個人工作總結(jié)_第3頁
代碼個人工作總結(jié)_第4頁
代碼個人工作總結(jié)_第5頁
已閱讀5頁,還剩3頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論