• 大小: 0.39M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: ASP
  • 标签: asp  

资源简介


基于web程序设计,ASP.NET课本第十二章内容,完成的简易BBS论坛

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class BackMsg : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void Button1_Click(object sender EventArgs e)
    {
        //初始化论坛操作类
        BBSManager mybbs = new BBSManager();
        //调用保存内容到xml中的方法
        string filename=Server.MapPath(“.“) + @“\“ +Request.QueryString[“infoid“] + “file.xml“;
        mybbs.Updatexml(filename TextBox1.Text
            TextBox2.Text HttpContext.Current.User.Identity.Name);
        //更新数据库内的时间和次数信息
        mybbs.UpdateMsg(int.Parse(Request.QueryString[“infoid“]));
        Literal1.Text=“更新成功“;
        //导航到显示页
        Response.Redirect(“contentlist.aspx?filename=“ + Request.QueryString[“

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-06-21 22:18  BBS\
     目录           0  2014-06-20 11:27  BBS\BBS\
     文件         702  2014-06-19 10:42  BBS\BBS\15file.xml
     文件         180  2014-06-19 10:02  BBS\BBS\16file.xml
     文件         189  2014-06-20 11:27  BBS\BBS\17file.xml
     文件         186  2014-06-19 10:43  BBS\BBS\1file.xml
     目录           0  2011-05-10 17:35  BBS\BBS\App_Code\
     文件       13015  2006-10-11 01:19  BBS\BBS\App_Code\BBSManager.cs
     文件       12027  2006-10-10 19:29  BBS\BBS\App_Code\SqlHelper.cs
     目录           0  2011-05-10 17:35  BBS\BBS\App_Data\
     文件        1516  2014-06-19 00:33  BBS\BBS\BackMsg.aspx
     文件        1111  2006-10-11 00:43  BBS\BBS\BackMsg.aspx.cs
     文件        1490  2014-06-19 09:47  BBS\BBS\CategoryList.aspx
     文件         495  2014-06-19 09:47  BBS\BBS\CategoryList.aspx.cs
     文件          56  2006-10-10 23:25  BBS\BBS\Content.xml
     文件        1841  2014-06-19 09:47  BBS\BBS\ContentList.aspx
     文件         625  2006-10-11 00:33  BBS\BBS\ContentList.aspx.cs
     文件        1452  2014-06-20 10:32  BBS\BBS\Login.aspx
     文件         406  2006-10-10 19:30  BBS\BBS\Login.aspx.cs
     目录           0  2011-05-10 17:35  BBS\BBS\Manager\
     文件        2227  2006-10-10 20:02  BBS\BBS\Manager\AddCategory.aspx
     文件         807  2006-10-10 20:07  BBS\BBS\Manager\AddCategory.aspx.cs
     文件        2488  2014-06-19 09:53  BBS\BBS\Manager\EditCategory.aspx
     文件         421  2006-10-10 20:11  BBS\BBS\Manager\EditCategory.aspx.cs
     文件        3256  2014-06-19 00:33  BBS\BBS\MsgList.aspx
     文件        1412  2006-10-11 00:01  BBS\BBS\MsgList.aspx.cs
     文件        2169  2014-06-19 00:33  BBS\BBS\Register.aspx
     文件         409  2006-10-10 19:28  BBS\BBS\Register.aspx.cs
     文件        1908  2014-06-19 00:33  BBS\BBS\SendMsg.aspx
     文件         947  2006-10-10 22:54  BBS\BBS\SendMsg.aspx.cs
     文件        2166  2014-06-18 23:57  BBS\BBS\web.config
............此处省略3个文件信息

评论

共有 条评论