Hello,
Is it possible to create a property in a master page which is
accessible from its nested master pages?
I created a property in my Master Page but I am not able to access it
its Nested Master Page.
I am using ASP.NET 3.5.
Thanks,
Miguel
Patrice - 17 Apr 2008 18:19 GMT
"not able" that is ? If this is just a type casting problem try :
http://msdn2.microsoft.com/en-us/library/c8y19k6h(VS.80).aspx
--
Patrice
> Hello,
>
[quoted text clipped - 7 lines]
> Thanks,
> Miguel
bruce barker - 17 Apr 2008 20:50 GMT
you can cast the master or let asp.net do it by adding a mastertype directive
<%@ MasterType TypeName="MyMasterPage" %>
-- bruce (sqlwork.com)
> Hello,
>
[quoted text clipped - 7 lines]
> Thanks,
> Miguel