基本信息
源码名称:C#语言编写的在线留言系统
源码大小:0.12M
文件格式:.rar
开发语言:C#
更新时间:2023-05-31
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#语言编写的在线留言系统
C#语言编写的在线留言系统源码 实现了简单的在线留言。 发表留言 填好详细信息和内容即可留言 管理留言 必须管理员登陆,查看帖,对帖可以进行回复和删除功能。 后台登陆用户和密码都是:51aspx
文件清单
├── add.aspx
├── add.aspx.cs
├── add.aspx.resx
├── admin.aspx
├── admin.aspx.cs
├── admin.aspx.resx
├── App_Code
│ ├── AssemblyInfo.cs
│ └── Global.asax.cs
├── bin
├── buttom.ascx
├── buttom.ascx.cs
├── buttom.ascx.resx
├── config.aspx
├── config.aspx.cs
├── config.aspx.resx
├── ConversionReport.webinfo
├── css.css
├── del.aspx
├── del.aspx.cs
├── del.aspx.resx
├── from.gif
├── Global.asax
├── Global.asax.resx
├── img
│ ├── 01.jpg
│ ├── 02.jpg
│ ├── 03.jpg
│ ├── 04.jpg
│ ├── 05.jpg
│ ├── 06.jpg
│ ├── 07.jpg
│ ├── 08.jpg
│ ├── 09.jpg
│ ├── 10.gif
│ ├── 11.gif
│ ├── 12.gif
│ ├── 1.gif
│ ├── 2.gif
│ ├── 3.gif
│ ├── 41.gif
│ ├── 42.gif
│ ├── 43.jpg
│ ├── 44.gif
│ ├── 45.gif
│ ├── 4.gif
│ ├── 5.gif
│ ├── 6.gif
│ ├── 7.gif
│ ├── 8.gif
│ ├── 9.gif
│ ├── drgt
│ ├── friend.gif
│ ├── ip.gif
│ ├── MAIL.gif
│ ├── qq.gif
│ ├── Thumbs.db
│ ├── url.gif
│ └── xldj
├── index.aspx
├── index.aspx.cs
├── index.aspx.resx
├── replay.aspx
├── replay.aspx.cs
├── replay.aspx.resx
├── top.ascx
├── top.ascx.cs
├── top.ascx.resx
├── Web.config
└── zhoulang.mdb
3 directories, 67 files
C#语言编写的在线留言系统
C#语言编写的在线留言系统源码 实现了简单的在线留言。 发表留言 填好详细信息和内容即可留言 管理留言 必须管理员登陆,查看帖,对帖可以进行回复和删除功能。 后台登陆用户和密码都是:51aspx
文件清单
├── add.aspx
├── add.aspx.cs
├── add.aspx.resx
├── admin.aspx
├── admin.aspx.cs
├── admin.aspx.resx
├── App_Code
│ ├── AssemblyInfo.cs
│ └── Global.asax.cs
├── bin
├── buttom.ascx
├── buttom.ascx.cs
├── buttom.ascx.resx
├── config.aspx
├── config.aspx.cs
├── config.aspx.resx
├── ConversionReport.webinfo
├── css.css
├── del.aspx
├── del.aspx.cs
├── del.aspx.resx
├── from.gif
├── Global.asax
├── Global.asax.resx
├── img
│ ├── 01.jpg
│ ├── 02.jpg
│ ├── 03.jpg
│ ├── 04.jpg
│ ├── 05.jpg
│ ├── 06.jpg
│ ├── 07.jpg
│ ├── 08.jpg
│ ├── 09.jpg
│ ├── 10.gif
│ ├── 11.gif
│ ├── 12.gif
│ ├── 1.gif
│ ├── 2.gif
│ ├── 3.gif
│ ├── 41.gif
│ ├── 42.gif
│ ├── 43.jpg
│ ├── 44.gif
│ ├── 45.gif
│ ├── 4.gif
│ ├── 5.gif
│ ├── 6.gif
│ ├── 7.gif
│ ├── 8.gif
│ ├── 9.gif
│ ├── drgt
│ ├── friend.gif
│ ├── ip.gif
│ ├── MAIL.gif
│ ├── qq.gif
│ ├── Thumbs.db
│ ├── url.gif
│ └── xldj
├── index.aspx
├── index.aspx.cs
├── index.aspx.resx
├── replay.aspx
├── replay.aspx.cs
├── replay.aspx.resx
├── top.ascx
├── top.ascx.cs
├── top.ascx.resx
├── Web.config
└── zhoulang.mdb
3 directories, 67 files