tags:

views:

51

answers:

1

On the Select event on the Grid View I went to the next page. After some time if I want to use the same page I got the same data on that page; how could I get out of this problem?

A: 

I am not sure to what you are asking, but I guess you keep getting the same results no matter what select button you click.

Try to set EnableViewState="False" on grids and see what happens.

Regards,

M.

Michel van Engelen