Below is the structure of my web application. - Site.Master - MappingTable.Master - DataPage.aspx From Site.Master, I need to disable a button on the DataPage.aspx. How do I get an instance of that control? Thanks!