H
Henke
Hi!
I add some web user controls dynamicly with:
myPanel.Controls.Add(Page.LoadControl("MyDynamiclyAddedPage.ascx"));
the style of the controls on the user control is set from a css-class, by
setting the CssClass-property, but they doesn't display properly.
If the user control is added at design time everything looks correct.
Any ideas?
Thanks!
/Henke
I add some web user controls dynamicly with:
myPanel.Controls.Add(Page.LoadControl("MyDynamiclyAddedPage.ascx"));
the style of the controls on the user control is set from a css-class, by
setting the CssClass-property, but they doesn't display properly.
If the user control is added at design time everything looks correct.
Any ideas?
Thanks!
/Henke