User Control And Master Page ASP.Net


    
        
    


 
Once specified in this manner, the content page's Page directive can then be : 
<%@ Page Language="VB" %>
You can override the application-wide master page specification by 
declaring a different master page within your content page:
<%@ Page Language="VB" MasterPageFile="~/MyOtherCompany.master" %>