文件名称:BBS
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.28mb
- 下载次数:
- 0次
- 提 供 者:
- 柯*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该源码主要展示了Asp.net2.0中简单的论坛开发应用(发帖、用户管理、角色管理等),利用了其中的TreeView进行菜单控制,数据库操作利用了SqlHelper,自定义了一些简单数据操作函数,公用部分采用了用户控件调用。
-The source of the main display Asp.net2.0 easy development and application of the forum [Post, user management, role management, etc.] which use TreeView for menu control, database operations using the Sql Helper, since the definition of a number of easy data manipulation functions, the common parts of a user control call.
-The source of the main display Asp.net2.0 easy development and application of the forum [Post, user management, role management, etc.] which use TreeView for menu control, database operations using the Sql Helper, since the definition of a number of easy data manipulation functions, the common parts of a user control call.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
...........\BBS论坛源码
...........\...........\App_Code
...........\...........\........\ASPNET2System.cs
...........\...........\........\BBSData.cs
...........\...........\........\Category.cs
...........\...........\........\Role.cs
...........\...........\........\Tree.cs
...........\...........\........\User.cs
...........\...........\App_Data
...........\...........\........\ASPNET2BBSDB_Data.MDF
...........\...........\........\ASPNET2BBSDB_Log.LDF
...........\...........\ASPNET2BBS.sln
...........\...........\Bin
...........\...........\...\SQLHelper.dll
...........\...........\...\SQLHelper.dll.refresh
...........\...........\...\SQLHelper.pdb
...........\...........\CSS
...........\...........\...\ASPNET2BaseCss.css
...........\...........\...\ASPNET2NoLinkCss.css
...........\...........\...\ASPNET2Normal.css
...........\...........\...\ASPNET2WebNormal.css
...........\...........\...\Calendar.css
...........\...........\...\Search.css
...........\...........\...\TreeView.css
...........\...........\Default.aspx
...........\...........\Default.aspx.cs
...........\...........\DesktopModules
...........\...........\..............\BBS
...........\...........\..............\...\AddContent.aspx
...........\...........\..............\...\AddContent.aspx.cs
...........\...........\..............\...\AddTitle.aspx
...........\...........\..............\...\AddTitle.aspx.cs
...........\...........\..............\...\BBSContent.aspx
...........\...........\..............\...\BBSContent.aspx.cs
...........\...........\..............\...\BBSDirectory.aspx
...........\...........\..............\...\BBSDirectory.aspx.cs
...........\...........\..............\...\BBSTitle.aspx
...........\...........\..............\...\BBSTitle.aspx.cs
...........\...........\..............\...\DeleteContent.aspx
...........\...........\..............\...\DeleteContent.aspx.cs
...........\...........\..............\...\MasterManage.aspx
...........\...........\..............\...\MasterManage.aspx.cs
...........\...........\..............\...\UpdateContent.aspx
...........\...........\..............\...\UpdateContent.aspx.cs
...........\...........\..............\...\UpdateTitle.aspx
...........\...........\..............\...\UpdateTitle.aspx.cs
...........\...........\..............\Category
...........\...........\..............\........\CategoryManage.aspx
...........\...........\..............\........\CategoryManage.aspx.cs
...........\...........\..............\Index.aspx
...........\...........\..............\Index.aspx.cs
...........\...........\..............\LeftTree.aspx
...........\...........\..............\LeftTree.aspx.cs
...........\...........\..............\Main.aspx
...........\...........\..............\Main.aspx.cs
...........\...........\..............\MainDesktop.aspx
...........\...........\..............\MainDesktop.aspx.cs
...........\...........\..............\Role
...........\...........\..............\....\AddRole.aspx
...........\...........\..............\....\AddRole.aspx.cs
...........\...........\..............\....\RoleManage.aspx
...........\...........\..............\....\RoleManage.aspx.cs
...........\...........\..............\....\UpdateRole.aspx
...........\...........\..............\....\UpdateRole.aspx.cs
...........\...........\..............\User
...........\...........\..............\....\AddUser.aspx
...........\...........\..............\....\AddUser.aspx.cs
...........\...........\..............\....\UpdateUserPwd.aspx
...........\...........\..............\....\UpdateUserPwd.aspx.cs
...........\...........\..............\....\UserManage.aspx
...........\...........\..............\....\UserManage.aspx.cs
...........\...........\..............\....\ViewUser.aspx
...........\...........\..............\....\ViewUser.aspx.cs
...........\...........\..............\UserLogout.aspx
...........\...........\..............\UserLogout.aspx.cs
...........\...........\..............\ValidateImage.aspx
...........\...........\..............\ValidateImage.aspx.cs
...........\...........\Global.asax
..........
...........\...........\App_Code
...........\...........\........\ASPNET2System.cs
...........\...........\........\BBSData.cs
...........\...........\........\Category.cs
...........\...........\........\Role.cs
...........\...........\........\Tree.cs
...........\...........\........\User.cs
...........\...........\App_Data
...........\...........\........\ASPNET2BBSDB_Data.MDF
...........\...........\........\ASPNET2BBSDB_Log.LDF
...........\...........\ASPNET2BBS.sln
...........\...........\Bin
...........\...........\...\SQLHelper.dll
...........\...........\...\SQLHelper.dll.refresh
...........\...........\...\SQLHelper.pdb
...........\...........\CSS
...........\...........\...\ASPNET2BaseCss.css
...........\...........\...\ASPNET2NoLinkCss.css
...........\...........\...\ASPNET2Normal.css
...........\...........\...\ASPNET2WebNormal.css
...........\...........\...\Calendar.css
...........\...........\...\Search.css
...........\...........\...\TreeView.css
...........\...........\Default.aspx
...........\...........\Default.aspx.cs
...........\...........\DesktopModules
...........\...........\..............\BBS
...........\...........\..............\...\AddContent.aspx
...........\...........\..............\...\AddContent.aspx.cs
...........\...........\..............\...\AddTitle.aspx
...........\...........\..............\...\AddTitle.aspx.cs
...........\...........\..............\...\BBSContent.aspx
...........\...........\..............\...\BBSContent.aspx.cs
...........\...........\..............\...\BBSDirectory.aspx
...........\...........\..............\...\BBSDirectory.aspx.cs
...........\...........\..............\...\BBSTitle.aspx
...........\...........\..............\...\BBSTitle.aspx.cs
...........\...........\..............\...\DeleteContent.aspx
...........\...........\..............\...\DeleteContent.aspx.cs
...........\...........\..............\...\MasterManage.aspx
...........\...........\..............\...\MasterManage.aspx.cs
...........\...........\..............\...\UpdateContent.aspx
...........\...........\..............\...\UpdateContent.aspx.cs
...........\...........\..............\...\UpdateTitle.aspx
...........\...........\..............\...\UpdateTitle.aspx.cs
...........\...........\..............\Category
...........\...........\..............\........\CategoryManage.aspx
...........\...........\..............\........\CategoryManage.aspx.cs
...........\...........\..............\Index.aspx
...........\...........\..............\Index.aspx.cs
...........\...........\..............\LeftTree.aspx
...........\...........\..............\LeftTree.aspx.cs
...........\...........\..............\Main.aspx
...........\...........\..............\Main.aspx.cs
...........\...........\..............\MainDesktop.aspx
...........\...........\..............\MainDesktop.aspx.cs
...........\...........\..............\Role
...........\...........\..............\....\AddRole.aspx
...........\...........\..............\....\AddRole.aspx.cs
...........\...........\..............\....\RoleManage.aspx
...........\...........\..............\....\RoleManage.aspx.cs
...........\...........\..............\....\UpdateRole.aspx
...........\...........\..............\....\UpdateRole.aspx.cs
...........\...........\..............\User
...........\...........\..............\....\AddUser.aspx
...........\...........\..............\....\AddUser.aspx.cs
...........\...........\..............\....\UpdateUserPwd.aspx
...........\...........\..............\....\UpdateUserPwd.aspx.cs
...........\...........\..............\....\UserManage.aspx
...........\...........\..............\....\UserManage.aspx.cs
...........\...........\..............\....\ViewUser.aspx
...........\...........\..............\....\ViewUser.aspx.cs
...........\...........\..............\UserLogout.aspx
...........\...........\..............\UserLogout.aspx.cs
...........\...........\..............\ValidateImage.aspx
...........\...........\..............\ValidateImage.aspx.cs
...........\...........\Global.asax
..........