D
Dan
Hi,
i defined a html table with Visible="false", but i still see it in the
browser.
Why and how to hide that table?
Thanks
Dan
%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default3.aspx.vb"
Inherits="Default3" %>
<head runat="server"> <title>Untitled Page</title> </head>
<body>
<form id="form1" runat="server">
<table visible="false">
<tr> <td>
must be hidden!
</td></tr>
</table>
</form>
</body>
</html>
i defined a html table with Visible="false", but i still see it in the
browser.
Why and how to hide that table?
Thanks
Dan
%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default3.aspx.vb"
Inherits="Default3" %>
<head runat="server"> <title>Untitled Page</title> </head>
<body>
<form id="form1" runat="server">
<table visible="false">
<tr> <td>
must be hidden!
</td></tr>
</table>
</form>
</body>
</html>