Use methods from masterpage in aspx

by Pieter Brinkman 7. February 2008 12:47

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

<%@ MasterType VirtualPath="pathToMasterPage" %>
Categories: ASP.Net