Kelly Leahy wrote:
>>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 ?
>
> It seems to me that you can, as long as you don't need
> strong typing of the controls. You could, for instance,
> if your controls act similarly, make a single interface
> that you use to get to the common properties, and then
> implement that interface on all of your controls, so that
> when loading them dynamically, you don't need to import
> the assemblies at compile time (since the interface would
> presumably be declared in some common assembly referenced
> by all of the controls).
>
> Kelly Leahy
hey thanks kelly,
i was also wondering if you cold provide some inside into if this would
provide some performance and resource benefits,
right now if i see the aspnet_wp dumo , i see a lot of controls there
which i can really do without in the app, if i dynamically load em,
do you think it saves memory and reduces load time, or would the loader
load it just by seeing <@reference > directive
TIA
-ashish
|