namespace album { using system; using system.data; using system.drawing; using system.web; using system.web.ui.webcontrols; using system.web.ui.htmlcontrols; using system.data.sqlclient;
/// <summary> /// uc 的摘要说明。 /// </summary> public class autopage : system.web.ui.usercontrol { protected system.web.ui.webcontrols.hyperlink hpl_first; protected system.web.ui.webcontrols.hyperlink hpl_prev; protected system.web.ui.webcontrols.hyperlink hpl_next; protected system.web.ui.webcontrols.label lb_currentpage; protected system.web.ui.webcontrols.label lb_pagecount; protected system.web.ui.webcontrols.hyperlink hpl_last; public int pagesize; public string pagep; protected system.web.ui.webcontrols.textbox txb_page; protected system.web.ui.webcontrols.label lb_url; protected system.web.ui.webcontrols.label lb_itemcount; public string url; protected system.web.ui.webcontrols.label lb_params; protected system.web.ui.webcontrols.imagebutton btn_go; public string params;