这个是手动分页的后台源码,你可以直接把下面的代码拷到Gridview的PagerTemplate模板中,进入它的GVAmend_PageIndexChanging事件写上 this.GVAmend.PageIndex = e.NewPageIndex;然后在重新绑定一下gridview就可以了