Loading a user controls in Design View

  • Thread starter Thread starter Kevin Spencer
  • Start date Start date
Hello All,

I have designed and built a web control that loads a user control at run
time. The question I have is, can I Load the user control in design view?
Any Ideas or code snippets would be really useful.

Thanks a bunch

oneeye
 
Hi Kevin

Thanks for your response. The question I asked badly is really about loading
a UserControl in design view.

At runtime my Web Control loads a user control that is specified by one of
it's properties. How do I get the web control to load the User Control when
loaded in the designer ? is this possible??

Cheers
 
You might want to look at the thread "Control Lifetime Radically Different
in Design Mode - Documented?" in
microsoft.public.dotnet.framework.aspnet.buildingcontrols on 19-Jul-2003.
 
Back
Top