hi everybody,
as in ( the scripts) page below, i want to do some pagination in c#.
for example : <<previous>> 1 2 3 4 5 . . . . . 51 52 53 <<next>>
help me plz..
i have build htmltable using c# just like
Response.Write( "<table">);
..........
..........
..........
Response.Write( "</table">);
i want display only 10 records in a table, and also i know total number of records help me plz.
as in ( the scripts) page below, i want to do some pagination in c#.
for example : <<previous>> 1 2 3 4 5 . . . . . 51 52 53 <<next>>
help me plz..
i have build htmltable using c# just like
Response.Write( "<table">);
..........
..........
..........
Response.Write( "</table">);
i want display only 10 records in a table, and also i know total number of records help me plz.
Comment