资源简介
开发环境
1.开发工具:Visual Studio 2005
2.开发平台:Windows XP sp2
3.数据库:Sql server 2000
增加功能:
1.个人资料
2.添加好友详细信息
3.添加好友照片
4.更新好友照片
5.增加备注信息
6.数据库文件在App_Data文件夹下.直接附加后,在webconfig里修改一下配置.
*系统默认帐号密码:myaddresslist/123456
代码片段和文件信息
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;
using System.Data.SqlClient;
using System.IO;
public partial class AmendPhoto : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
if (!IsPostBack)
{
dataBind();
lblphoto.Visible = false;
Uploadpri.Visible = false;
this.BtnPhoto.Visible = false;
this.lblmsg.Visible = false;
this.lblfrdinf.Visible = false;
this.lblupdata.Visible = false;
}
}
private void dataBind()
{
string ID = Session[“userId“].ToString();
string sql = “select * from addresslist where userId=‘“ + ID + “‘ order by id desc“;
Database DB = new Database();
DataSet ds = DB.DataAll(sql);
GridView1.DataSource = ds;
GridView1.DataKeyNames = new string[] { “id“ };
GridView1.DataBind();
return;
}
protected void GridView1_SelectedIndexChanged(object sender EventArgs e)
{
//ViewState[“id“] = GridView1.DataKeys[GridView1.SelectedIndex].ToString();
lblphoto.Visible = true;
Uploadpri.Visible = true;
this.BtnPhoto.Visible = true;
this.lblmsg.Visible = true;
this.lblfrdinf.Visible = true;
this.lblupdata.Visible = true;
int uid = Convert.ToInt32(GridView1.SelectedValue.ToString());
string frdname = Database.Getfield(“select frdname from addresslist where id=“ + uid “frdname“);
lblfrdinf.Text = frdname.ToString();
lblfrdinf.style[“color“] = “red“;
}
protected void BtnPhoto_Click(object sender EventArgs e)
{
SqlConnection conn1 = new SqlConnection(ConfigurationManager.ConnectionStrings[“ConnectionString“].ConnectionString);
int uid = Convert.ToInt32(GridView1.SelectedValue.ToString());
string imgname = Database.Getfield(“select frdImageUrl from AddressList where id=“ + uid “frdImageUrl“);
if (imgname != ““)
{
imgname = imgname.Substring(imgname.LastIndexOf(“/“) + 1);
File.Delete(Server.MapPath(“./Pictures“) + “//“ + imgname);
}
string fileName = Uploadpri.PostedFile.FileName;
string fileName2 = Uploadpri.PostedFile.FileName.Substring(fileName.LastIndexOf(“\\“) + 1);
string type1 = fileName2.Substring(fileName2.LastIndexOf(“.“) + 1);
string typeToLower = type1.ToLower();
if (typeToLower == “bmp“ || typeToLower == “gif“ || typeToLower == “jpg“||typeToLower==““)
{
//DateTime time = new DateTime();
string newtime = System.DateTime.Now.ToString(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3229 2008-01-01 00:40 communication\AmendPhoto.aspx
文件 4714 2008-01-01 00:53 communication\AmendPhoto.aspx.cs
文件 1027 2008-03-30 13:34 communication\App_Code\amendPassword.cs
文件 3485 2008-10-01 00:37 communication\App_Code\Attribute.cs
文件 5180 2008-01-01 01:43 communication\App_Code\Databa
文件 1149 2008-01-01 02:01 communication\App_Code\GetValue.cs
文件 2677 2008-10-01 00:37 communication\App_Code\operation.cs
文件 133 2004-04-03 23:14 communication\App_Code\新云软件.url
文件 1179648 2008-11-25 08:55 communication\App_Data\Address_Data.MDF
文件 1048576 2008-11-25 08:55 communication\App_Data\Address_Log.LDF
文件 509 2008-01-01 04:49 communication\Default.aspx
文件 706 2008-06-10 18:48 communication\Default.aspx.cs
文件 3747 2008-01-01 06:34 communication\DeleteData.aspx
文件 5071 2008-11-25 08:55 communication\DeleteData.aspx.cs
文件 6825 2008-10-01 02:59 communication\editorGridview.aspx
文件 6138 2008-10-01 00:51 communication\editorGridview.aspx.cs
文件 10323 2008-01-01 01:29 communication\GridViewUsage.aspx
文件 7728 2008-01-01 01:07 communication\GridViewUsage.aspx.cs
文件 44565 2008-11-01 16:50 communication\image\069cq[1].gif
文件 121915 2008-01-01 00:54 communication\image\11.jpg
文件 3612 2008-07-26 21:47 communication\image\56logo.gif
文件 1576 2008-07-26 13:12 communication\image\baidu.gif
文件 5045 2008-11-01 15:24 communication\image\Beethoven.jpg
文件 47 2004-08-30 16:01 communication\image\bg.gif
文件 230 2002-04-24 22:42 communication\image\close.gif
文件 3222 2008-07-26 21:30 communication\image\dh_video_lmy_002.gif
文件 254442 2008-07-19 13:42 communication\image\dragon.jpg
文件 62 2007-06-16 17:44 communication\image\empty.gif
文件 375 2007-06-16 17:44 communication\image\folder.gif
文件 4945 2007-07-18 09:38 communication\image\from.gif
............此处省略61个文件信息
相关资源
- ASP.NET通讯录
- 通讯录系统设计C#语言开发
- C#通讯录管理系统源程序
- c#做的简单通讯录
- .net网页通讯录管理系统
- c#通讯录系统 c#通讯录系统
- 通讯录管理系统sqlserver版
- C#个人通讯录系统
- C#个人通讯录管理系统
- C#通讯录实现
- ASP.NET C# 电子通讯录系统.
- ASP.NET通讯录小程序
- asp.net在线通讯录系统
- c#课程设计-模仿手机通讯录
- C#编写的通讯录管理系统C#源代码程序
- C#编写的通讯录管理系统源代码程序
- c#制作一个通讯录
- c#通讯录管理系统课程设计报告
- 三层架构——通讯录
- C#通讯录项目学生期末作业+C#.通讯录
- 通讯录模板
- 中国矿业大学程序设计综合实践学生
- C# windows窗体程序 通讯录
- 通讯录,不用数据库,功能很强大
- 基于C#和SQL简易通讯录
- C# excel转vcf生成器
- C#学习-制作简易通讯录
- C#语言做的学生通讯录
-
C#+xm
l通讯录 - CSharp通讯录编程
评论
共有 条评论