pistacchio
pistacchio

Reputation: 58873

Sharepoint: hide left (quicklaunch) navigation menu

how can I hide (server-side) the left navigation menu? Thanks

Upvotes: 0

Views: 1252

Answers (1)

pistacchio
pistacchio

Reputation: 58873

I founfd the answer by myself:

Master.FindControl("PlaceHolderLeftNavBar").Visible = false;

Upvotes: 1

Related Questions