• 大小: 3.34MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-12
  • 语言: C#
  • 标签: asp.net  c#  仓库管理  

资源简介

本信息管理、入库、出库、调价、查询、统计、盘点等一系列功能。

资源截图

代码片段和文件信息

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;

public partial class bottom : System.Web.UI.Page
{
    public string ngssz;

    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {
            string sql;
            sql = “select * from dx where title=‘公司基本设置‘“;
            getdata(sql);
        }
    }
    private void getdata(string sql)
    {
        DataSet result = new DataSet();
        result = new Class1().hsggetdata(sql);
        if (result != null)
        {
            if (result.Tables[0].Rows.Count > 0)
            {
                ngssz = result.Tables[0].Rows[0][“content“].ToString().Trim();
            }
        }
    }
}

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

     文件      35328  2012-12-29 16:58  162ASP.NET鞋类仓库管理系统\ASP.NET鞋类仓库管理系统.doc

     文件       2990  2012-12-29 18:52  162ASP.NET鞋类仓库管理系统\程序\App_Code\Class1.cs

     文件     229376  2012-12-29 10:47  162ASP.NET鞋类仓库管理系统\程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll

     文件     229376  2012-12-29 11:52  162ASP.NET鞋类仓库管理系统\程序\bin\ActiproSoftware.Shared.Net20.dll

     文件      17408  2012-12-29 09:25  162ASP.NET鞋类仓库管理系统\程序\bin\CodeHighlighterTest.dll

     文件     198656  2012-12-29 11:08  162ASP.NET鞋类仓库管理系统\程序\bin\DotNetTextBox.dll

     文件       1040  2012-12-29 14:35  162ASP.NET鞋类仓库管理系统\程序\bottom.aspx

     文件        957  2012-12-29 16:26  162ASP.NET鞋类仓库管理系统\程序\bottom.aspx.cs

     文件       3755  2012-12-29 21:25  162ASP.NET鞋类仓库管理系统\程序\bs_add.aspx

     文件       2676  2012-12-29 09:56  162ASP.NET鞋类仓库管理系统\程序\bs_add.aspx.cs

     文件       3965  2012-12-29 09:22  162ASP.NET鞋类仓库管理系统\程序\bs_list.aspx

     文件    1179648  2012-12-29 09:30  162ASP.NET鞋类仓库管理系统\程序\database\net05jinxiaocun_Data.MDF

     文件    1048576  2012-12-29 21:43  162ASP.NET鞋类仓库管理系统\程序\database\net05jinxiaocun_Log.LDF

     文件      16353  2012-12-30 03:20  162ASP.NET鞋类仓库管理系统\程序\Images\007.jpg

     文件         54  2012-12-29 15:37  162ASP.NET鞋类仓库管理系统\程序\Images\bottom_bg.gif

     文件       2539  2012-12-29 08:07  162ASP.NET鞋类仓库管理系统\程序\Images\bslogin_05.gif

     文件      13415  2012-12-29 20:28  162ASP.NET鞋类仓库管理系统\程序\Images\btnExit.jpg

     文件      13754  2012-12-30 07:33  162ASP.NET鞋类仓库管理系统\程序\Images\btnGetPwd.jpg

     文件      13495  2012-12-29 10:13  162ASP.NET鞋类仓库管理系统\程序\Images\btnLogin.jpg

     文件        173  2012-12-29 09:52  162ASP.NET鞋类仓库管理系统\程序\Images\calendar.gif

     文件        865  2012-12-30 04:13  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\bold.gif

     文件        138  2012-12-29 23:38  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\bullets.gif

     文件        373  2012-12-30 06:30  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\copy.gif

     文件        429  2012-12-30 06:34  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\createlink.gif

     文件        342  2012-12-30 07:05  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\cut.gif

     文件        138  2012-12-30 01:13  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\indent.gif

     文件        294  2012-12-29 13:57  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\insertimagefromgallery.gif

     文件        875  2012-12-30 00:29  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\insertrule.gif

     文件        380  2012-12-30 04:00  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\inserttable.gif

     文件         79  2012-12-30 00:57  162ASP.NET鞋类仓库管理系统\程序\Images\ftb\office2003\italic.gif

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

评论

共有 条评论