• 大小: 4.90M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: ASP
  • 标签: asp.net  网上书店  .NET  NET  

资源简介

asp.net网上书店,asp.net网上书店包含主页面和access数据库

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class 主页 : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

        if (!IsPostBack)

            if (Request.Cookies[“reg_user“] != null && Request.Cookies[“reg_pwd“] != null)
            {
                TextBox1.Text = Request.Cookies[“reg_user“].Value.ToString();
                TextBox2.Text = Request.Cookies[“reg_pwd“].Value.ToString();
            }
            else
            {
                //Response.Write(TextBox1.Text.ToString());
                //Response.Write(TextBox2.Text.ToString());
                if (Request.Cookies[“user“] != null && Request.Cookies[“pwd“]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-23 20:10  web网上书店\
     文件     2498560  2017-06-19 18:02  web网上书店\access数据库展示.mdb
     文件      373760  2017-06-22 10:21  web网上书店\web实验报告.doc
     文件       49028  2017-06-19 17:05  web网上书店\主页.jpg
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\App_Data\
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\App_Data\WebEdit\
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\App_Data\WebEdit\_example\
     文件        2404  2007-03-11 19:37  web网上书店\书城源代码\App_Data\WebEdit\_example\clientapi.htm
     文件        1099  2007-03-11 19:37  web网上书店\书城源代码\App_Data\WebEdit\_example\default.htm
     文件          94  2005-11-29 22:03  web网上书店\书城源代码\App_Data\WebEdit\_example\example.css
     文件          96  2005-07-03 14:54  web网上书店\书城源代码\App_Data\WebEdit\_example\myeditorarea.css
     文件        1410  2007-03-11 19:38  web网上书店\书城源代码\App_Data\WebEdit\_example\para_extcss.htm
     文件        1388  2007-03-11 19:38  web网上书店\书城源代码\App_Data\WebEdit\_example\popup.htm
     文件        1985  2007-03-11 19:39  web网上书店\书城源代码\App_Data\WebEdit\_example\standard.htm
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\
     目录           0  2017-06-23 20:10  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\
     文件         299  2005-01-12 09:37  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\about.gif
     文件         219  2005-01-12 09:39  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\abspos.gif
     文件         237  2005-01-12 10:29  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\anchor.gif
     文件         125  2005-01-12 11:27  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\art.gif
     文件         162  2005-01-12 09:40  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\backcolor.gif
     文件         253  2005-01-12 09:41  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\backward.gif
     文件         285  2005-01-12 09:42  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\bgcolor.gif
     文件         272  2005-01-12 09:42  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\bgpic.gif
     文件          88  2004-01-05 21:56  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\blink.gif
     文件          76  2004-01-05 21:56  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\bold.gif
     文件         267  2005-01-12 10:45  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\br.gif
     文件          71  2004-01-06 11:52  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\checked.gif
     文件         210  2004-01-05 21:57  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\code.gif
     文件         156  2004-04-09 10:39  web网上书店\书城源代码\App_Data\WebEdit\buttonimage\blue\componentmenu.gif
............此处省略710个文件信息

评论

共有 条评论