Hi,
I ran into the same problem with the panel control and
two ways of delaing with it on a row level are:
1- Make sure you close previous tables, set your Panel
width, and make the first line in your Panel
another table def. Close the table right before the
end panel. This seesm to work fine.
2- Another way is to give a td an id and runat=server
and then you can control whether or not the td is
visible from the server. Collect some tds into a
user defined On/OFF method and you have a panel.
(with the second way, you don't need to worry about
about closing and opening tables and it seems to
work with any browser I have tried it on.)
Regards
Sink
>-----Original Message-----
>Hi guys,
>
>I am looking for a web control that would work in a
similar way the Panel
>works, except that it should not include any DIV tags in
the HTML. What I
>would like to do is to control blocks of HTML code from
showing or not
>showing (on the server side), i.e. whether they are
included in the final
>html code. The problem is that if I use the panel it
inserts div tags, and
>some browsers have issues with div tags between table
rows or columns. Is
>there a control that would do that, or a method to
achieve this?
>
>Thanks,
>Peter.
>
>
>.
>
|