关于使用AspNetPager对DataList分页的问题
进行分页后不显示所提取的数据代码:我觉得是aspx的后台代码出了问题,BLL和DAL的带入数据都能使用,还是AspNetPager的使用有问题?protectedvoid...
进行分页后不显示所提取的数据
代码:
我觉得是aspx的后台代码出了问题,BLL和DAL的带入数据都能使用,还是AspNetPager的使用有问题?
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
ForumBind();
}
}
protected void AspNetPager1_PageChanged(object sender, EventArgs e)
{
ForumBind();
}
private void ForumBind()
{
postbll = new PostBLL();
AspNetPager1.RecordCount = postbll.PostSum();
DataList1.DataSource = postbll.SelectByPage(AspNetPager1.StartRecordIndex,AspNetPager1.EndRecordIndex);
DataList1.DataBind();
} 展开
代码:
我觉得是aspx的后台代码出了问题,BLL和DAL的带入数据都能使用,还是AspNetPager的使用有问题?
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
ForumBind();
}
}
protected void AspNetPager1_PageChanged(object sender, EventArgs e)
{
ForumBind();
}
private void ForumBind()
{
postbll = new PostBLL();
AspNetPager1.RecordCount = postbll.PostSum();
DataList1.DataSource = postbll.SelectByPage(AspNetPager1.StartRecordIndex,AspNetPager1.EndRecordIndex);
DataList1.DataBind();
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询