• 大小: 6.11MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-02
  • 语言: C#
  • 标签:

资源简介

分前台,后台两部份,前台个人用户,后台管理员。asp.net c#+sql server

资源截图

代码片段和文件信息

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 caipin_add : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
if (!IsPostBack)
        {
// xingbie.Items.Add(“male“); 
// xingbie.Items.Add(“female“);
 addxiala(“dianjia““mingcheng““kehubianhao“);
             leibie.Items.Add(“蔬菜类“);
             leibie.Items.Add(“海鲜类“);
             leibie.Items.Add(“主食类“);
             leibie.Items.Add(“水果类“);
        }
    }
    protected void Button1_Click(object sender EventArgs e)
    {
        string sql;
        sql=“insert into caipin(bianhaomingchengdianjiajiagetupianleibiebeizhu) values(‘“+bianhao.Text.ToString().Trim()+“‘‘“+mingcheng.Text.ToString().Trim()+“‘‘“+dianjia.Text.ToString().Trim()+“‘‘“+jiage.Text.ToString().Trim()+“‘‘“+tupian.Text.ToString().Trim()+“‘‘“+leibie.Text.ToString().Trim()+“‘‘“+beizhu.Text.ToString().Trim()+“‘) “;
        int result;
        result = new Class1().hsgexucute(sql);
        if (result == 1)
        {
            Response.Write(“ript>javascript:alert(‘添加成功‘);ript>“);
        }
        else
        {
            Response.Write(“ript>javascript:alert(‘系统错误,请检查数据库设置问题‘);ript>“);
        }
    }
    private void addxiala(string ntable string nzd string nxlk)
    {
        string sql;
        sql = “select “ + nzd + “ from “ + ntable + “ order by id desc“;
        DataSet result = new DataSet();
        result = new Class1().hsggetdata(sql);
        if (result != null)
        {
            if (result.Tables[0].Rows.Count > 0)
            {
                int i = 0;
                for (i = 0; i < result.Tables[0].Rows.Count; i++)
                {
                    dianjia.Items.Add(result.Tables[0].Rows[i][0].ToString().Trim());
                }
            }
        }
    }
}


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

     文件        837  2011-06-01 10:29  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\book.cs

     文件       3704  2011-06-01 18:44  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\Class1.cs

     文件       8269  2011-06-01 15:03  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\Database.cs

     文件       1049  2011-06-02 04:13  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\DB.cs

     文件       2382  2011-06-01 17:34  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\saveinfo.cs

     文件        756  2011-06-01 16:46  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\StrRegExp.cs

     文件       1354  2011-06-01 17:17  229ASP.NET网上订餐系统\net网上订餐lwgx程序\App_Code\VCUtilities.cs

     文件     229376  2011-06-01 20:32  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll

     文件     229376  2011-06-02 03:45  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\ActiproSoftware.Shared.Net20.dll

     文件      61440  2011-06-02 07:20  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\AspNetPager.dll

     文件         58  2011-06-01 16:18  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\AspNetPager.dll.refresh

     文件      17408  2011-06-01 09:06  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\CodeHighlighterTest.dll

     文件     198656  2011-06-02 02:03  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\DotNetTextBox.dll

     文件     143360  2011-06-01 15:25  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\Socut.Data.dll

     文件         84  2011-06-02 06:49  229ASP.NET网上订餐系统\net网上订餐lwgx程序\bin\Socut.Data.dll.refresh

     文件       3848  2011-06-01 20:17  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_add.aspx

     文件       2175  2011-06-01 14:52  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_add.aspx.cs

     文件       5946  2011-06-02 03:37  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_detail.aspx

     文件       1723  2011-06-01 11:18  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_detail.aspx.cs

     文件       5173  2011-06-02 04:07  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_list.aspx

     文件       2022  2011-06-01 14:05  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_list.aspx.cs

     文件       3821  2011-06-02 03:48  229ASP.NET网上订餐系统\net网上订餐lwgx程序\caipin_updt.aspx

     文件        445  2011-06-02 06:13  229ASP.NET网上订餐系统\net网上订餐lwgx程序\databack.aspx

     文件       1281  2011-06-01 13:56  229ASP.NET网上订餐系统\net网上订餐lwgx程序\databack.aspx.cs

     文件    1048576  2011-06-02 02:51  229ASP.NET网上订餐系统\net网上订餐lwgx程序\database\netwangshangdingcanlwgx_Data.MDF

     文件    1048576  2011-06-01 20:59  229ASP.NET网上订餐系统\net网上订餐lwgx程序\database\netwangshangdingcanlwgx_Log.LDF

     文件        120  2013-01-02 13:25  229ASP.NET网上订餐系统\net网上订餐lwgx程序\Default.aspx

     文件       1705  2011-06-01 22:13  229ASP.NET网上订餐系统\net网上订餐lwgx程序\Default.aspx.cs

     文件        439  2011-06-02 05:23  229ASP.NET网上订餐系统\net网上订餐lwgx程序\delgg.aspx

     文件        828  2011-06-01 10:04  229ASP.NET网上订餐系统\net网上订餐lwgx程序\delgg.aspx.cs

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

评论

共有 条评论