GridView displaying old data
On the Select 开发者_JAVA技巧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?
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.
精彩评论