Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~91 People Reached
Favorite Forums
Favorite Tags
Member Avatar for bigfan

1. I have a blank test page. On the page load, it does this: UserControl c1 = (UserControl)LoadControl("control1.ascx"); this.Controls.Add(c1); 2. I have control1.ascx.cs On the ascx side: i have this single literal: <asp:Literal ID="litTest1" runat="server" Text="Hello World" /> On the page load, it does: UserControl c2 = (UserControl)LoadControl("control2.ascx"); this.Controls.Add(c2); 3. …

Member Avatar for reach_yousuf
0
91