protected void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) { Command = (Context.Handler as AdminPage).Command; lblOutput.Text = Command.PromptMessage; } }