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.