Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Controls problem

Status
Not open for further replies.

jigolo

Programmer
Jan 6, 2004
20
CA
If I have a TabPage containing a user control displaying information, then creating others TabPages and adding the same user control to them, the user control moves to the new TabPage and I can't see it when I refresh the old TabPages. How can I refresh the user control when switching TabPages, I don't want to do "new usercontrol(...)" for each TabPages and filling up memory, I want the same object, but just showing different information depending on which TabPage is selected.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top