資源簡介
基于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.xm
?????文件?????????180??2014-06-19?10:02??BBS\BBS\16file.xm
?????文件?????????189??2014-06-20?11:27??BBS\BBS\17file.xm
?????文件?????????186??2014-06-19?10:43??BBS\BBS\1file.xm
?????目錄???????????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.xm
?????文件????????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個文件信息
- 上一篇:ASP.NET實現音樂推薦系統
- 下一篇:ASP.NET校園新聞發布系統 開題報告
評論
共有 條評論