dannystommen
August 10th, 2010, 10:31 AM
Hi guys,
I have the following markup
<div class="validation clear" runat="server" id="div_MyDiV" visible="false">
Some text
</div>
and code behind
div_MyDiV.Visible = true;
When I debug, the visible property is false, and after stepping over de line, it's still false?!?!
Any ideas?
I have the following markup
<div class="validation clear" runat="server" id="div_MyDiV" visible="false">
Some text
</div>
and code behind
div_MyDiV.Visible = true;
When I debug, the visible property is false, and after stepping over de line, it's still false?!?!
Any ideas?