If I have a panel's visible property set to False when a page loads does the panel still load and is just invisible? I would like to put many panels on one screen but don't want the user to have to wait until they all load, just the one they choose. Would it be better to place these items on separate .aspx pages? (i would like to load them as needed, kinda like Flash does with movie clips).