Studio Real Estate SWM 33 , no pets

VBAHole22

Contributor
Joined
Oct 21, 2003
Messages
432
Location
VA
I have an asp.net form with lots of panels on it that I am using to hide and show dynamic content. It works fine runtime. My trouble is that it is very frustrating to work with during design in studio. Stuff is on top of each other and send to back doesn't help much. Is there some solution to this? Has anyone come across this problem? If there were a way I could minimize or hide panels design time that would work.
 
Rather than using panels you could create seperate user controls for each of the panel's contents; then at runtime dynamically load the controls into the main asp.net form (you could just place one panel or a placeholder on the main .aspx page)
 
Back
Top