Sharepoint 2013 Office365 - DelegateControl -
i'm trying find official answer question: can use delegatecontrol in sharepoint 2013 on office365?
does have microsoft link or article possible or not possible? or of guys know experience possible?
thansk emilio
no it's not possible use delegate control can install sandboxed solutions in sharepoint 365 , delegate controls not permitted in sandboxed solutions.
similar question asked office365 community
http://community.office365.com/en-us/f/154/t/55979.aspx
richard dizerega has written blog possible , not possible on sharepoint 365
http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/07/16/app-approaches-to-common-sharepoint-customizations.aspx
delegate control
apps sharepoint not support "control" elements can used delegate controls in master page. delegate controls common mechanism swapping out functionality of site using farm solutions (particularly useful additionalpagehead delegate). alternative, same result can achieved through design in custom master page (ex: place specific html or server controls in master page).