; Repeater.DataBind(); mySqlConnection.Close(); Int32 RecordCount = (Int32)mySqlCommand.Parameters["@RecordCount"].Value; Int32 RowCount = (Int32)mySqlCommand.Parameters["RowCount"].Value; LabelRecord.Text = RecordCount.ToString(); LabelRow.Text = intPageNo.ToString(); intPageCount = RecordCount/intPageSize; if ((RecordCount%intPageSize)>0) intPageCount += 1; LabelPage.Text = intPageCount.ToString(); if (intPageNo>1) { &nb上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |