}
literal1.text = strnav;
literal2.text = "共 "+ numresults.tostring() +" 条供应信息,当前显示第 "+
(start+1).tostring() +" - "+ to.tostring() +" 条,共 "+ pagecount.tostring() +" 页";
}
#region web 窗体设计器生成的代码
override protected void oninit(eventargs e)
{
//
// codegen: 该调用是 asp.net web 窗体设计器所必需的。
//
initializecomponent();
base.oninit(e);
}
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void initializecomponent()
{
this.load += new system.eventhandler(this.page_load);
}
#endregion
}