Groups | Blog | Home
all groups > asp.net webcontrols > october 2006 >

asp.net webcontrols : Design View when using an ASP:Panel to show/hide groups of <tr>'s


Nathan Sokalski
10/11/2006 9:46:49 PM
I have an HTML table in which I am using ASP:Panel controls to group
together <tr>'s so that I can more easily show/hide them (by setting the
ASP:Panel's Visible property). This works fine, but Visual Studio .NET
2005's Design View always hides the <tr>'s regardless of whether the
ASP:Panel's Visible property is set to True, False, or not set at all. Is
there some way I can stop Visual Studio .NET 2005's Design View from hiding
my <tr>'s that are inside ASP:Panel controls? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

Robert Haken [MVP]
10/12/2006 12:00:00 AM
[quoted text, click to view]

asp:Panel contol usually renders as <div>...</div> tag. It is not suitable
for hiding <tr>s. Use asp:PlaceHolder, which does not have any wrapping
tags.

Robert Haken [MVP ASP/ASP.NET]
HAVIT, s.r.o., www.havit.cz
http://knowledge-base.havit.cz

AddThis Social Bookmark Button