This is a minor item, but one I always seem to forget, so I thought I'd throw it up here quick as a reference...
On occasion in the web, I want to hide a particular control instead of removing it. If I set this via code snippet in the onload event of the form, it's a simple matter of just including the line .Visible = False. If this is all you do, the caption of the control will still display even though the control itself is hidden.
Read more