G
Guest
I have set up public properties, methods and even classes inside my masterpage.
only when I go to my content page they are not visible. I try
master.<where is my property>
and even
asp.nameofmymasterpage.<no public property here>
on my content page I also have to directive
<%@ MasterType virtualPath="~/AtlasMaster.master"%>
nothing..nada.
I simply cant do what I have seen written in many examples.
why?
only when I go to my content page they are not visible. I try
master.<where is my property>
and even
asp.nameofmymasterpage.<no public property here>
on my content page I also have to directive
<%@ MasterType virtualPath="~/AtlasMaster.master"%>
nothing..nada.
I simply cant do what I have seen written in many examples.
why?