G
Guest
A very basic question: how can I set the visible property of a Div section in
the Page_load Sub?
I tryed:
Protected Sub Page_Load( ...
Me.Master.FindControl("MyDivName").Visible= true
End Sub
HTML form:
<DIV id="MyDivName" ...... /DIV>
Thanks
the Page_load Sub?
I tryed:
Protected Sub Page_Load( ...
Me.Master.FindControl("MyDivName").Visible= true
End Sub
HTML form:
<DIV id="MyDivName" ...... /DIV>
Thanks