public string DeleteBlog() { int blogid = Convert.ToInt32(Request["blogid"].ToString()); return(member.DeleteBlog(blogid)); }