tags:

views:

625

answers:

2

In Visual Studio 2008, using VB .NET, I have a Split Container that I want to dynamically load panels into the Panel2 slot from other team member's work based on user input in the Panel1 controls.

Can my team members work on panels outside of a form, save it, then have the main Form just load those panels when needed without copying and pasting each panel into the form and making them visible and invisible?

Thanks.

+2  A: 

Sure, have the team build user controls which you will then add to the control collection for the panel.

Stephen Wrighton
A: 

I have 3 panels in a form (vb.net 2008). when i try to save the form, i cannot get the values of controls in panel 2 and 3. plz help

nish
If you have a question, ask it as a question, not as a comment.
reinierpost