Help on grid paging trouble ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I have an asp net 1.1 application with a datagrid bind to a datasource
I am using tablemappings features to display column grids name
I am using paging features which shows 10 pages at a time

probkem I have is that I can go to page number 2 and after this paging is
not working any more. It works only once.Tha page load event is not fired
anymore and the pageindex changed event either.

Any idea what could be the problem ?

Thnaks for your help
Regards
serge
 
find out.
was due to the fact that caching was active for my page. Doing so, make
paging working only once or during the life time of your cachimg attribute
 
Back
Top