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




Reply With Quote