namespace web { using system; using system.data; using system.drawing; using system.web; using system.web.ui.webcontrols; using system.web.ui.htmlcontrols;
/// <summary> /// pager1 的摘要說明。 /// </summary> public class pagercontrol : system.web.ui.usercontrol { public string urlstr="page.aspx"; public int pageindex=1; public int sum=20; public int perpage=20; public string tablewidth="100%"; public string fontcolor="black"; private void page_load(object sender, system.eventargs e) { // 在此處放置用戶代碼以初始化頁面
}
#region web 窗體設(shè)計器生成的代碼 override protected void oninit(eventargs e) { // // codegen: 該調(diào)用是 asp.net web 窗體設(shè)計器所必需的。 // initializecomponent(); base.oninit(e); }