Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1381 Points
278 Posts
Feb 14, 2008 08:27 PM|LINK
Try this in the Page_Load method of your .aspx page:
Button btnNewButton = new Button(); WebWindow1.Controls.Add(btnNewButton);
Hope this provides some insight.
- Jesse
psuphish05
Participant
1381 Points
278 Posts
Re: Adding Controls to a custom user control
Feb 14, 2008 08:27 PM|LINK
Try this in the Page_Load method of your .aspx page:
Hope this provides some insight.
- Jesse
Please mark 'Answered' if my post was able to assist you.