VBAHole22 Posted December 6, 2004 Posted December 6, 2004 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. Quote Wanna-Be C# Superstar
Administrators PlausiblyDamp Posted December 7, 2004 Administrators Posted December 7, 2004 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) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.