Copy/paste internet code kills. Runtime comments on .net development, SharePoint WCM, and software engineering
Using myWebPart.Visible = false and getting this?
The Visible property cannot be set on Web Part 'your_web_part'. It can only be set on a standalone Web Part.
Use myWebPart.Hidden = true instead.
0 comments:
Post a Comment