Hi, I think the title says it all but basically I want to get the HTML the designer would retrieve using GetDesignTimeHT ML() but can't work out how to get to it. The control is loaded dynamically using LoadControl,
eg.
Control c = Page.LoadContro l("Controls/Test1.ascx");
ViewRendering vr =ControlDesigne r.GetViewRender ing(c);
TIA.
eg.
Control c = Page.LoadContro l("Controls/Test1.ascx");
ViewRendering vr =ControlDesigne r.GetViewRender ing(c);
TIA.
Comment