I have a RadAjaxManager and RadScriptManager on a masterpage. I overrode the MasterPage's OnInit method and set the ID to 'mp'. By default, it's 'ctl00'. This breaks RadAjaxManager in that all ajax callbacks become regular postbacks. Not a huge deal but it would be nice if this is fixed so I can shorten the ID just a bit. My page is fairly complex and all those nesting INamingContainers are making control IDs really really long.