Sorry about, didn't get a chance to get on the computer last night after work.
I see what your issue is, you are correct, you cannot 'drag and drop' additional controls onto a control in the Visual Studio Designer. My next question is, do you know what controls the other developers would be adding? In my opinion it would seem a little
overhead to manually add the controls to your control everytime there is a page load.
If you know what the other developers need you could always create additional user controls that they could then drag and drop onto the page as needed. The controls will be able to communicate with one another. Also, you start developing your own framework
on top of .NET.
Hope this helps a little more.
- Jesse
Jesse Williams
Please mark 'Answered' if my post was able to assist you.
psuphish05
Participant
1381 Points
278 Posts
Re: Adding Controls to a custom user control
Feb 15, 2008 01:25 PM|LINK
Sorry about, didn't get a chance to get on the computer last night after work.
I see what your issue is, you are correct, you cannot 'drag and drop' additional controls onto a control in the Visual Studio Designer. My next question is, do you know what controls the other developers would be adding? In my opinion it would seem a little overhead to manually add the controls to your control everytime there is a page load.
If you know what the other developers need you could always create additional user controls that they could then drag and drop onto the page as needed. The controls will be able to communicate with one another. Also, you start developing your own framework on top of .NET.
Hope this helps a little more.
- Jesse
Please mark 'Answered' if my post was able to assist you.