Im having a problem where I have used an imagebutton. And whether I use the 'postbackurl' property or whether i use and event handler and redirect in the code behind I get two postbacks on the page. The first postback I can understand (and the IsPostback is false) so that means I dont hit my Page_Load code again. However I get another postback after the event handler has fired, how annoying, on the second time the Page_Load method is hit the IsPostback is false so I hit my page_load code again and get null reference exceptions....
<asp:ImageButton idGo to the complete details ...