示例#1
0
 protected void DeleteButton_Click(object sender, EventArgs e)
 {
     CommentManagementBO bo = new CommentManagementBO();
     bo.DeleteComment(commentID);
     Response.Redirect(Request.Url.ToString());
 }