If you want to use methods from your masterpage add the following code in the .aspx file (content page):
<%@ MasterType VirtualPath="pathToMasterPage" %>
Enjoyed this? Read the extended cut on the Second Brain Stack Substack →
If you want to use methods from your masterpage add the following code in the .aspx file (content page):
<%@ MasterType VirtualPath="pathToMasterPage" %>
Enjoyed this? Read the extended cut on the Second Brain Stack Substack →