protected void btnDeleteLocation_Click(Object Sender, ImageClickEventArgs e) { ImageButton oButton = (ImageButton)Sender; oSolaris.DeleteSVELocation(Int32.Parse(oButton.CommandArgument)); Response.Redirect(Request.Path + "?id=" + intID.ToString() + "&menu_tab=2"); }