G Guest Aug 10, 2005 #1 Is it possible to reference a html table control through code in C#? I want to be able to make a table visible/hidden.
Is it possible to reference a html table control through code in C#? I want to be able to make a table visible/hidden.
C Curt_C [MVP] Aug 10, 2005 #2 Coach said: Is it possible to reference a html table control through code in C#? I want to be able to make a table visible/hidden. Click to expand... Add a runat=server to it and declare it in the codebehind
Coach said: Is it possible to reference a html table control through code in C#? I want to be able to make a table visible/hidden. Click to expand... Add a runat=server to it and declare it in the codebehind