Ejemplo n.º 1
0
 protected void btnAdd_Click(Object Sender, EventArgs e)
 {
     oDataPoint.AddPagePermission(Int32.Parse(ddlApplications.SelectedItem.Value), strKey);
     Response.Redirect(Request.Path + "?key=" + strKey + "&save=true");
 }