Reputation: 58873
how can I hide (server-side) the left navigation menu? Thanks
Upvotes: 0
Views: 1252
I founfd the answer by myself:
Master.FindControl("PlaceHolderLeftNavBar").Visible = false;
Upvotes: 1