vendredi 9 janvier 2015

How to reset a CollectionPager Asp.net


I have a problem with refreshing the GridView binded with the CollectionPager using this methods.



The pager don't appear in my page.

To fix this problem, you should redirect you response to the same page aspx,by executing this code :

Response.Redirect("thePage.aspx");

Here the page is again rendered correctly.