Hi all,
are there any performance considerations to take into account when
referencing variables in the master page by using "MasterType
VirtualPath"? I'm trying to add a crumb trail to a site, and have
modified the master page to house it. I could use findcontrol, but it
seems like searching for the control would definately hit performance
if done on every page load.
Any views would be helpful,
Thanks.
mskarthimail@gmail.com - 20 Dec 2007 13:21 GMT
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Thanks.
bruce barker - 20 Dec 2007 17:54 GMT
no. its just overides the pages Master property to have a cast to the proper
type. then you don't have to use a cast to access members.
-- bruce (sqlwork.com)
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Thanks.