Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Panel wont hide

Status
Not open for further replies.

G12Consult

Programmer
May 12, 2016
77
0
0
AU
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?

Code:
pnlPersonalDetails.Visible = False
 
Could be a timing issue.
Would need to see the HTML mark up from the master and content page as well as the code behind of the content page
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top