| Author |
Help on grid paging trouble ???
|
|
| serge calderara 2006-01-30, 3:58 am |
| 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
| |
| serge calderara 2006-01-30, 7:03 pm |
| 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
"serge calderara" wrote:
> 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
| |
|
|
|
|