| I think there would be someway to do that although it might seem messy. It's fortunate that your event handler in the master page does not do anything originally, so you needn't check some flag in the event args to verify whether you should cancel the original behavior or not. consider using a public dummy class which fires events in the master page. In the content page add a handler for that. make the object in the master page public so that your content page can see it by casting. Good luck. |