資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Text;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
namespace?ServerControl?{
[DefaultProperty(“Text“)]
[ToolboxData(“<{0}:PagerControl?runat=server>{0}:PagerControl>“)]
public?class?PagerControl?:?WebControl?{
private?int?currentPage; //?當(dāng)前頁(yè)的頁(yè)碼
private?int?pageCount; //?總頁(yè)數(shù)
private?bool?showPrevious?=?false; //?是否顯示?上一頁(yè)、第一頁(yè)?的鏈接
private?bool?showNext?=?false; //?是否顯示?下一頁(yè)、最末頁(yè)?的鏈接
private?int?startPage; //?顯示的第一頁(yè)?的?頁(yè)碼
private?int?endPage; //?顯示的最末頁(yè)?的?頁(yè)碼
public?PagerControl()?{
//?當(dāng)前頁(yè)之前可以顯示的最多鏈接數(shù),大于此條鏈接將被隱藏
ViewState[“PreviousPageCount“]?=?5;
//?當(dāng)前頁(yè)之后可以顯示的最多鏈接數(shù),大于此條鏈接將被隱藏
ViewState[“AfterPageC
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????9216??2008-09-27?13:55??ServerControl\bin\Debug\ServerControl.dll
?????文件??????24064??2008-09-27?13:55??ServerControl\bin\Debug\ServerControl.pdb
?????文件???????4608??2008-09-27?00:42??ServerControl\obj\Debug\Refactor\ServerControl.dll
?????文件???????1066??2008-09-27?10:23??ServerControl\obj\Debug\ServerControl.csproj.FileListAbsolute.txt
?????文件???????9216??2008-09-27?13:55??ServerControl\obj\Debug\ServerControl.dll
?????文件??????24064??2008-09-27?13:55??ServerControl\obj\Debug\ServerControl.pdb
?????文件???????6465??2008-09-27?13:47??ServerControl\PagerControl.cs
?????文件???????1438??2008-05-05?20:17??ServerControl\Properties\AssemblyInfo.cs
?????文件???????2208??2008-09-27?01:11??ServerControl\ServerControl.csproj
?????文件???????4266??2008-09-27?11:13??ServerControl\UrlManager.cs
?????文件???????7146??2008-09-27?16:22??WebSite\App_Code\ba
?????文件???????1809??2008-09-27?15:15??WebSite\App_Code\OrderColumn.cs
?????文件????????903??2008-09-27?15:18??WebSite\App_Code\PrimaryKey.cs
?????文件????????147??2008-09-27?00:02??WebSite\App_Code\SortDirection.cs
?????文件????2293760??2008-09-27?17:09??WebSite\App_Data\SampleDB.mdf
?????文件?????573440??2008-09-27?17:09??WebSite\App_Data\SampleDB_log.LDF
?????文件????????807??2008-09-27?00:18??WebSite\App_Themes\Default\main.css
?????文件???????9216??2008-09-27?13:55??WebSite\Bin\ServerControl.dll
?????文件??????24064??2008-09-27?13:55??WebSite\Bin\ServerControl.pdb
?????文件????????914??2008-09-27?15:37??WebSite\BindRepeater.aspx
?????文件???????1169??2008-09-27?15:50??WebSite\BindRepeater.aspx.cs
?????文件???????1523??2008-09-27?12:19??WebSite\Default.aspx
?????文件???????2722??2008-09-27?11:16??WebSite\Default.aspx.cs
?????文件???????6159??2008-09-26?11:54??WebSite\FillData.sql
?????文件???????1620??2008-09-27?15:28??WebSite\GridViewCustom.aspx
?????文件???????1732??2008-09-27?11:03??WebSite\GridViewCustom.aspx.cs
?????文件????????657??2008-09-27?12:17??WebSite\Web.Config
?????文件???????3562??2008-05-05?21:30??Paging-Control.sln
????..A..H.?????28672??2008-09-27?17:10??Paging-Control.suo
?????目錄??????????0??2008-09-27?00:42??ServerControl\obj\Debug\Refactor
............此處省略17個(gè)文件信息
評(píng)論
共有 條評(píng)論