xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 52KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-07-02
  • 語言: 其他
  • 標簽:

資源簡介

一個功能簡潔實用的留言本程序,頁面采用的是VisualStudio風格設計,留言后需要管理員審核后方能顯示 可以顯示留言者的IP、郵箱等基本信息 管理員登錄后可以對留言進行審核、回復及刪改等操作

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;

using?System.Data.OleDb;
public?partial?class?_Default?:?System.Web.UI.Page
{
????DB?DBManage?=?new?DB();
????string?strSql?=?““;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(Session[“admin“]?==?null)
????????????strSql?=?“select?*?from?Messages?where?ispass=true?order?by?mid?desc“;
????????else
????????{?
????????????strSql?=?“select?*?from?Messages?order?by?mid?desc“;
????????}?
????????????
????????if?(!IsPostBack)?
????????{
????????????getDataList(strSql?“Messages“);
????????}
????}
????public?void?getDataList(string?strSql?string?tableName)
????{
????????PagedDataSource?objPds?=?new?PagedDataSource();
????????DataSet?ds?=?new?DataSet();
????????ds?=?DBManage.getDs(strSql?tableName);
????????objPds.DataSource?=?ds.Tables[0].DefaultView;
????????objPds.AllowPaging?=?true;
????????objPds.PageSize?=?10;
????????int?PageSum=objPds.PageCount;
????????if?(PageSum?==?1)
????????{
????????????PageView.Text?=?““;
????????}
????????else?
????????{
????????????int?CurPage;

????????????//當前頁面從Page查詢參數獲取
????????????if?(Request.QueryString[“Page“]?!=?null)
????????????????CurPage?=?Convert.ToInt32(Request.QueryString[“Page“]);
????????????else
????????????????CurPage?=?1;
????????????objPds.CurrentPageIndex?=?CurPage?-?1;
????????????//循環上限
????????????int?totale;
????????????if?(PageSum<10)
????????????????totale=PageSum;
????????????else
????????????????totale=10;
????????????if?(CurPage>PageSum)
????????????????totale=PageSum%10;

????????????PageView.Text?=?“nk‘>當前:“?+?CurPage?+?“頁共“?+?PageSum?+?“頁“;
????????????PageView.Text?+=?“首頁“;
????????????if?(!objPds.IsFirstPage)
????????????????PageView.Text?+=?“上一頁“;
????????????else
????????????????PageView.Text?+=?“nk‘>上一頁“;
????????????for?(int?i?=?1;?i?<=?totale;?i++)
????????????{
????????????????int?pageid;
????????????????if?(CurPage%10==0)
????????????????????pageid?=?i?+?(CurPage?/?10)?*?10?-1;
????????????????else
????????????????????pageid=i?+?(CurPage?/?10)?*?10;
????????????????if?(pageid?>?PageSum)
????????????????????break;
????????????????if?(i!=CurPage%10)
????????????????????PageView.Text?+=?(““?+?pageid?+?““);
????????????????else
????????????????????PageView.Text?+=?(““?+?pageid?+?““);
????????????}
????????????if?(!objPds.IsLastPage)
????????????????PageView.Text?+=?“下一頁“;
????????????else
????????????????PageView.Text?+=?“nk‘>

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????626688??2009-01-04?10:33??DB_51aspx\Data.accdb

?????文件????????410??2007-05-03?11:25??images\bg.jpg

?????文件???????1777??2007-05-02?16:05??images\copy.gif

?????文件???????4945??2007-07-18?09:38??images\from.gif

?????文件?????????54??2007-05-03?11:39??images\headbg.gif

?????文件?????????90??2007-05-02?15:45??images\icon01.gif

?????文件?????????97??2007-05-02?15:45??images\icon02.gif

?????文件?????????94??2007-05-02?15:45??images\icon03.gif

?????文件?????????90??2007-05-02?15:45??images\icon04.gif

?????文件?????????92??2007-05-02?15:45??images\icon05.gif

?????文件?????????92??2007-05-02?15:46??images\icon06.gif

?????文件????????246??2007-05-02?16:02??images\icon_title.gif

?????文件???????3250??2007-05-03?13:45??images\style.css

?????文件???????9193??2007-05-03?11:15??images\top.jpg

?????文件????????448??2007-05-03?11:23??images\未命名-5.jpg

?????文件???????1847??2009-01-04?10:33??51aspx源碼必讀.txt

?????文件???????2415??2009-01-04?10:35??Default.aspx

?????文件???????4553??2007-05-03?17:21??Default.aspx.cs

?????文件???????4945??2007-07-18?09:38??from.gif

?????文件???????2188??2007-05-03?22:52??login.aspx

?????文件???????2699??2009-01-04?10:23??login.aspx.cs

?????文件???????2733??2007-05-03?14:03??Post.aspx

?????文件???????7199??2007-05-03?23:11??Post.aspx.cs

?????文件???????2264??2007-05-03?21:48??review.aspx

?????文件???????2098??2007-05-03?23:02??review.aspx.cs

?????文件???????1656??2007-05-03?11:31??template.html

?????文件???????1606??2007-05-03?22:08??web.config

?????文件????????125??2007-03-27?14:33??最新Asp.Net源碼下載.url

?????文件???????2762??2009-01-04?10:31??App_Code\DB.cs

?????目錄??????????0??2009-01-04?10:33??DB_51aspx

............此處省略6個文件信息

評論

共有 條評論

相關資源