Your page must be an
Obout AJAX Page.
Example of Obout AJAX method call from the master page:
((OboutInc.oboutAJAXPage)this.Page).UpdatePanel("callbackPanelFromMasterPage1");
where
callbackPanelFromMasterPage1 is a callback panel from the master page.