I've got a page with an asp:Repeater paginator. I've used the same code elsewhere and everything is fine, but on this one site, the page_load event is fired twice when I click on the next or previous page button.
I've got AutoEventWireup="false" and removed all the images just incase there are any where src="" which are the 2 reasons for this that are commonly stated.
I've recoded the code page, the masterpage, the project itself and on this one page for some reason, I can't stop it.
Are there any other things to try to figure out what the problem is?
Thanks
I've got AutoEventWireup="false" and removed all the images just incase there are any where src="" which are the 2 reasons for this that are commonly stated.
I've recoded the code page, the masterpage, the project itself and on this one page for some reason, I can't stop it.
Are there any other things to try to figure out what the problem is?
Thanks