Exemplo n.º 1
0
 protected void btnServerDelete_Click(Object Sender, EventArgs e)
 {
     oTSM.Delete(intServer);
     Redirect("deleted=true");
 }