Use methods from masterpage in aspx

If you want to use methods from your masterpage add the following code in the .aspx file (content page):

[code:html] 

<%@ MasterType VirtualPath="pathToMasterPage" %>

[/code]

Leave a Reply

Your email address will not be published. Required fields are marked *