Calling an HTML table from code behind
Posted
by user279521
on Stack Overflow
See other posts from Stack Overflow
or by user279521
Published on 2010-04-05T13:09:27Z
Indexed on
2010/04/05
13:13 UTC
Read the original article
Hit count: 112
asp.net-3.5
|c#3.5
Hi, I am trying to access an HTML table from code behind, and set its visible="false" property (depending on what value the user has selected). The table has an id value and a runat=server attribute.
How can I call the table from the code behind in C# 2008 and set its display?
© Stack Overflow or respective owner