private void ajax_getcomment(string id, int page) { using (CommentBO cm = new CommentBO(id, page - 1)) { Response.Write(cm.getCommentContent()); } }