Preview User Controls

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I inherited a lot of code from somebody who had done lots of User Controls
(which I'm grateful for) but it would be nice if I could see the visual side
of the object. Is there any way to load the object other than writing a page
that loads the object?

TIA

Jeffrey.
 
UserControls don't show in the designer very well for the pages using the
UC. But opening the designer for the UC itself (IOW the ASCX file) should
help a bit. It's also possible that they dynamically create their controls,
so no designer would ever be able to show how it renders.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Back
Top