In the master Page set the Default Image you want so that the all the pages are displayed as you want it
and in the Content Page where you want to chage it to the new logo add the following code to the page load method.
((
Image)Master.FindControl("imageButton")).ImageUrl = "logo.gif";
This should do the trick
Thanks
Sku
Please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.