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