Hi guys,

I have the following markup
Code:
<div class="validation clear" runat="server" id="div_MyDiV" visible="false">
  Some text
</div>
and code behind
Code:
div_MyDiV.Visible = true;
When I debug, the visible property is false, and after stepping over de line, it's still false?!?!

Any ideas?