Hi,
how can I hide (server-side) the left navigation menu? Thanks
I founfd the answer by myself:
Master.FindControl("PlaceHolderLeftNavBar").Visible = false;