I find it. It goes here. You like it. The end.

Hide control on master page using Page_Load

Panel pnlQuote = (Panel)this.Master.FindControl(“pnlQuote”); pnlQuote.Visible = false;