Posted on: 2/24/2014 10:21:03 PM | Views : 688

I created a list view and attached a data pager control to it, it seems to work propaply until i found this problem, see pictures


Those pictures are clickable (image button controls), when i click on the picture it open the picture page

after clicking back on the browser to go to prev page(First picture i posted in this thread)
and when click on page number 2 it doesnt open page number two but opens the same picture i clicked on before clicking back on the browser.
after clicking back again and click page 2 again it work fine.


My Code
<asp:ListView ID="ListView1" runat="server" GroupItemCount="2" DataS ...

Go to the complete details ...