protected void btnEditStudentMealPlans_Click(object sender, EventArgs e) { Response.Redirect(ParentPortlet.GetNextScreenURL("Edit")); }
protected void btnViewSettings_Click(object sender, EventArgs e) { Response.Redirect(ParentPortlet.GetNextScreenURL("Main")); }