Share via

VB.Net Syntax to hide/unhide table

Anonymous
2010-09-13T16:29:37+00:00

What is the VB.Net Syntax to hide/unhide table; TableDef or a Form?

Is this only available via DoCmd/SysCmd Interop Access?

TIA Dennis

Microsoft 365 and Office | Install, redeem, activate | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2014-05-06T13:01:28+00:00

    <table id="mytable" visible="false" runat="server">

    in the aspx. write

       mytable.Visible = True

    Was this answer helpful?

    0 comments No comments