usercontrol og viewstate
jeg tilføjer usercontrols fra codebehind ala:protected UserControls.MyControl MyControl;
MyControl = (UserControls.MyControl)LoadControl("UserControls/MyControl.ascx");
MyPanel.Controls.Add(MyControl);
MyPanel.Visible=true;
bliver det ikke gemt i viewstate, eller hvad ??
hvad kan jeg gøre ved det ??