I want all of my dynamically build controls away of my panel

but when i do this:

Code:
Me.Pnl_step3.Controls.Clear()
and i return to my form the controls are still there

what i'm doing wrong??