
February 5th, 2002, 07:02 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
paging in asp.net
Originally posted by : mik (mickael.terrien@ifrance.com)I'm french so pardon my english.I have tested your solution in ASP.net allowing to manage pagination.There are bugs on it. When you click on etcetera (7 8 9 10 ...) those numbers displays ... 11 12 13 14 etc. . The error occures when I click on one of that numbers. If I click on 12, the page 2 displays or if i click on 13, the page 3 displays. So do that error comes from the datagrid asp.net managing or from the method in the aspx file ?How can I have a paging as good as with asp.
|