G12Consult
Programmer
I am using a web page with a linked master page.
I have a panel on the content page which I am trying to hide on page load. The following code which is in the code behind file of the content page does not seem to hide the panel.
What am I doing wrong?
I have a panel on the content page which I am trying to hide on page load. The following code which is in the code behind file of the content page does not seem to hide the panel.
What am I doing wrong?
Code:
pnlPersonalDetails.Visible = False