Thread: ASP.NET/Configuring Dynamically Created User Controls ...

Configuring Dynamically Created User Controls ...

couldbedone.blogspot.com/2007/06/configuring-dynamically-created-user.html





Re: Configuring Dynamically Created User Controls ...

               WebUserControl3 userControl =

                  (WebUserControl3)LoadControl(@"~/Scenario 3/WebUserControl3.ascx");

                userControl.ID = "c_rightUserControl";

                userControl.ImportantColor = Color.BlueViolet;

                c_bodyPlaceHolder.Controls.Add(userControl);

 





Re: Configuring Dynamically Created User Controls ...

TRULY Understanding ViewState


weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx