Re: How can I make a table1.visible = false?
- From: "Mark Fitzpatrick" <markfitz@xxxxxxxxxx>
- Date: Wed, 18 Apr 2007 13:13:51 -0500
Did you add the runat="server" attribute to the table element? Also, if it's
an HTML table, make sure you set the ID and not just the Name. Both of these
can exist in HTML for valid reasons but ASP.Net will only use the ID
attribute and not the name.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"trint" <trinity.smith@xxxxxxxxx> wrote in message
news:1176913648.932870.302660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I named my table with F4 (properties) and it doesn't seem to be
recognized in my project.
How can I make it NOT visible under certain conditions?
Thanks,
Trint
.
- References:
- How can I make a table1.visible = false?
- From: trint
- How can I make a table1.visible = false?
- Prev by Date: Avoid MasterPage to refresh
- Next by Date: Re: trying to run executable on server
- Previous by thread: How can I make a table1.visible = false?
- Next by thread: Prevent ObjectDataSource/GridView from DataBinding
- Index(es):
Relevant Pages
|