• 大小: 3.1MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-15
  • 语言: C#
  • 标签: 网站源码  

资源简介

使用Access数据库,有后台管理,基于Asp.Net,界面简洁大方,方便修改。

资源截图

代码片段和文件信息

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

public partial class contacts : URL.OLPage
{
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {
            Contacts ct=new Contacts();
            rptContacts.DataSource = ct.GetContactsInfo().Tables[0].DefaultView;//绑定联系方式
            rptContacts.DataBind();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2826  2008-09-15 21:56  NewChx99\diary.aspx.cs

     文件       2817  2008-09-16 22:13  NewChx99\download.aspx.cs

     文件       2184  2008-09-16 00:26  NewChx99\Global.asax

     文件       1638  2008-09-16 18:58  NewChx99\guestbook.aspx.cs

     文件       6509  2010-04-11 23:08  NewChx99\index.aspx.cs

     文件         98  2008-09-16 10:38  NewChx99\licenses.licx

     文件       2576  2010-04-12 07:58  NewChx99\design.aspx.cs

     文件       2527  2008-09-19 00:35  NewChx99\mycreations.aspx.cs

     文件        849  2008-10-08 19:02  NewChx99\showimg.aspx

     文件        628  2008-09-19 00:46  NewChx99\showimg.aspx.cs

     文件       2778  2008-09-16 18:59  NewChx99\showmessage.aspx.cs

     文件       2773  2010-07-17 11:17  NewChx99\web.config

     文件       1484  2010-07-15 23:26  NewChx99\Web.sln

     文件        725  2010-07-27 20:47  NewChx99\源码必读.txt

     文件        653  2008-09-14 20:25  NewChx99\contacts.aspx.cs

     文件          3  2010-07-27 20:55  NewChx99\counter.txt

     文件       1164  2008-10-08 11:26  NewChx99\xkzzz.com.txt

    ..A..H.     24064  2010-07-27 21:19  NewChx99\Web.suo

     文件        245  2009-10-06 09:17  NewChx99\Error.html

     文件     122666  2010-07-27 20:55  NewChx99\System_log.txt

     文件        862  2009-10-06 16:33  NewChx99\MasterPage.master.cs

    ..A..H.       114  2000-02-25 12:03  NewChx99\desktop.ini

     文件       2644  2010-07-27 14:47  NewChx99\showmessage.aspx

     文件       2593  2010-07-27 14:47  NewChx99\showdownload.aspx.cs

     文件       2605  2010-07-27 14:47  NewChx99\showdiary.aspx.cs

     文件       1955  2010-07-27 14:47  NewChx99\mycreations.aspx

     文件       3040  2010-07-27 14:47  NewChx99\guestbook.aspx

     文件       2644  2010-07-27 14:47  NewChx99\download.aspx

     文件       2638  2010-07-27 14:47  NewChx99\diary.aspx

     文件       1942  2010-07-27 14:47  NewChx99\design.aspx

............此处省略3033个文件信息

评论

共有 条评论