J
Jim Heavey
If I use a Div tag to hide/unhide a block of controls, how exactly do I
turn it on and off in code?
<div id="MyDivTag" style="display:'none';"></div>
I am unsure of what the code would look like to toggle the value. Don't I
need a "runat=server" as well on this div tag?
Thanks in advance for your assistance!!!!!!!!
turn it on and off in code?
<div id="MyDivTag" style="display:'none';"></div>
I am unsure of what the code would look like to toggle the value. Don't I
need a "runat=server" as well on this div tag?
Thanks in advance for your assistance!!!!!!!!