自定義控制項Pager

2021-04-02 03:25:03 字數 1348 閱讀 1119

using system;

using system.collections;

using system.componentmodel;

using system.data;

using system.io;

using system.drawing;

using system.web;

using system.web.sessionstate;

using system.web.ui;

using system.web.ui.webcontrols;

using system.web.ui.htmlcontrols;

using system.configuration;

using system.data.sqlclient;

using system.text;

using system.text.regularexpressions;

using system.web.caching;

namespace blackflash

public int maxpage

set}

public int pageid

set}

public int per

set}

public int total

set}

public string url

set}

///

/// 將此控制項呈現給指定的輸出引數。

///

/// 要寫出到的 html 編寫器

protected override void render(htmltextwriter output)

///

///分頁資料集返回datatable資料,分頁程式

///

/// 表名 必須有

/// 條件比如:issenderdel=0 可以為空

/// 排序 id desc,可以為空

/// 主鍵,必須有

/// 列名,可以為空,空為*,所以列

///

public datatable getdata(string table,string condition,string compositor,string mainkey,string list)

sqlstr="select count(*) from "+table;

if (condition!="")

this.total=convert.toint32(dataaccess.executescalar(sqlstr));

return sb.tostring();}}

}

自定義控制項 自定義鐘錶

private context mcontext 畫筆 private paint mpaint 控制項的寬 private int mwidth x方向的圓心座標 private int center 鐘錶的半徑 private int mradio 圓環的寬 private int stroke...

自定義控制項

首先是以下這幾項,attribute defaultproperty指定元件的預設屬性,toolboxdata指定當從ide工具中的 工具箱中拖動自定義控制項時為它生成的預設標記 defaultproperty text toolboxdata mycontrol runat server 上面這些...

自定義控制項

新聞管理 using system using system.collections.generic using system.linq using system.web using system.web.ui using system.web.ui.webcontrols namespace ne...