Introduction - If you have any usage issues, please Google them yourself
ServerPage a program written in C# pager, direct reference to the dll, direct calls on it! Dim page As Int16 = Utility.RequestHelp.GetInt (" page" ) If page = 0 Then page = 1 Dim pagesize As Int16 = 12 Dim eds As DataSet eds = your dataset returns procedure Dim rowcount As Int32 = Convert.ToInt32 (eds . Tables (1). Rows (0) (0)) DataGrid1.DataSource = eds.Tables (0) DataGrid1.DataBind () PagerControl1.UrlManager = New ServerControl.DefaultUrlManager (rowcount, pagesize, " page" ) eds.Dispose ( ) eds = Nothing