Panel code generation

S

Sink

I have been using some panels in one screen as
follows:

<table>
<tr> (stuff)</tr>
<asp:panel ........>
<tr> (more stuff)</tr>
</asp:panel>

The problem is it works great in IE, but under netscape
the html generates a new table for the panel which
raises havoc, no previous table is closed, width=100%,
and other such nasties.
Anyone have any experiences with this ..
 
S

Sink

The panels are breathing under netscape, by closing the
previous table and adding table defs under the panel
defines, but the Netscape html contains extra tables
although it now displays as wanted.
Is there a way to control this?
 
M

MSFT

Hello,

ASP.NET Panel control will be rendered as "<DIV>" tag on client browser. It
seems Netscape perfom different behaviors when the </table> is lost. To
avoid such a problem, we need to ensure the HTML code is valid and
completed.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
S

Sink

Thanks for the update. When I closed the previous tables
and added table defs in the panels, the look is correct
on both IE and Netscape, though I have quite a few extra
</td></tr>'s intermixed on Netscape, though they do
not seem to affect the presentation.
Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top