A
Ashish
hi all,
according to my understanding ( and i may be wrong ) a control is loaded
as a seperate assembly when a page is loaded, and the control is loaded
when loader sees the <% @register %> tag,
my sitiuation is that i want to reduce the number of assemblies loaded
per page to improve performance and resource usage, and the pages are
highly dynamic and configurable in nature i.e a control might not be
there on the page at all
the way iam handling is by setting the visible property
i wanna know if it is possible to use loadcontrol without using <%
@register %> tag, and would it save me from some object creation per page ?
any help or thoughts would be appreciated
TIA
-ashish
according to my understanding ( and i may be wrong ) a control is loaded
as a seperate assembly when a page is loaded, and the control is loaded
when loader sees the <% @register %> tag,
my sitiuation is that i want to reduce the number of assemblies loaded
per page to improve performance and resource usage, and the pages are
highly dynamic and configurable in nature i.e a control might not be
there on the page at all
the way iam handling is by setting the visible property
i wanna know if it is possible to use loadcontrol without using <%
@register %> tag, and would it save me from some object creation per page ?
any help or thoughts would be appreciated
TIA
-ashish