1. 首页
  2. 编程语言
  3. Web开发
  4. 博客源码2012730

博客源码2012730

上传者: 2019-04-06 18:06:39上传 ZIP文件 1.72MB 热度 37次
博客源码 主要功能: 全部文章,用户博客管理,发表文章,发表评论,文章管理,浏览博客 主要代码: Article article = new Article(); article.Title = this.txtTitle.Text.ToString(); article.Contents = this.ftbContent.Text.ToString(); article.Author = user; article.Clicks = 0; article.PubDate = DateTime.Now; if (ArticleManage r.AddArticle(article) != null) { Response.Redirect("~/refresh.aspx?msg=" + "恭喜你,发表成功!"); } else { this.lblMsg.Text = "很遗憾,发表失败,请重新尝试!"; } r.AddArticle(article) != null) { Response.Redirect("~/refresh.aspx?msg=" + "恭喜你,发表成功!"); } else { this.lblMsg.Text = "很遗憾,发表失败,请重新尝试!"; }
用户评论
码姐姐匿名网友 2019-04-06 18:06:39

还不错, 是三层架构的VS2008 Asp.Net C#源码, 有参考价值