using GPW.WebMasterPages; using System; namespace GPW_Smart { public partial class Admin : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ((JQMob)Master).showSettings = false; ((JQMob)Master).showLeftPnl = false; } } }