I have a bunch of imagebuttons with the ImageClickEventHandler wired up to each of them. The eventhandler calls a functions that displays a large image depending on what imagebutton is clicked on. These buttons spans two pages. When I click on "next page" to get to the second page, all the buttons don't work any more when I click on them. I just get redirected to the first page when any of the buttons on the second page gets clicked on. Everything works fine on the first page. Any one have any ideas on what's going on here and how to fix it?
...
Go to the complete details ...