記錄寫程式的一些筆記跟心得 提案合作請來信洽談 bigdstut@gmail.com
/// 指定跳頁 public void JumpPage(int jumpPage) { //算出指定頁的起始索引值 int lowerBand = (jumpPage - 1) * this.dataPager.PageSize; this.dataPager.SetPageProperties(lowerBand, this.dataPager.PageSize, true); }
留個話吧:)
沒有留言:
張貼留言
留個話吧:)