I need to change table height dynamically through C#/VB

  • Thread starter Thread starter lwoods
  • Start date Start date
L

lwoods

I have a table that I don't want to display UNTIL the user clicks a submit
button and the page is redisplayed. I can't figure out how to reference the
table server-side.

Thanks

Larry Woods
 
give the table an Id and add runat="Server" to it. You can declare it as an
System.Web.UI.HtmlControls.HtmlTable and access it like any other
server-side contorl. Including using visible = false/true

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top