91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.45MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-19
  • 語言: C#
  • 標簽: ASP.NET??

資源簡介

資源為ASP.NET超市收銀系統項目源碼,供學習參考,項目練習。項目功能模塊有多身份登錄、倉庫管理、員工管理、部門管理、商品管理、收銀結算等

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Data.SqlClient;
public?partial?class?Login?:?System.Web.UI.Page
{
????SqlHelper?data?=?new?SqlHelper();
????SqlDataReader?dr;
????Alert?js?=?new?Alert();
????protected?void?Page_Load(object?sender?EventArgs?e)
????{

????}
????protected?void?ImageButton1_Click(object?sender?ImageClickEventArgs?e)
????{
????????if?(TxtUserName.Text?==?““?&&?TxtPassword.Text?==?““)
????????{
????????????Alert.AlertAndRedirect(“沒有輸入賬號和密碼!“?“Login.aspx“);


????????}
????????else
????????{
????????????dr?=?data.GetDataReader(“select?*?from??UsersInfo?where?name=‘“?+?TxtUserName.Text.Trim()?+?“‘and?Password=‘“?+?TxtPassword.Text.Trim()?+?“‘“);
????????????if?(dr.Read())
????????????{
????????????????Session[“admin“]?=?dr[“name“].ToString();
????????????????if?(dr[“Roule“].ToString()?==?“管理員“)
????????????????{
????????????????????Response.Redirect(“Admin/index.htm“);
????????????????}
????????????????else
????????????????{
????????????????????Response.Redirect(“AdminUser/index.htm“);
?
????????????????}
????????????}
????????????else
????????????{
????????????????Alert.AlertAndRedirect(“賬號或者密碼不對請重新登陸!“?“Login.aspx“);
????????????}
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-02-25?23:29??SuperSalesMis\
?????目錄???????????0??2012-02-25?23:27??SuperSalesMis\Admin\
?????目錄???????????0??2012-02-25?16:10??SuperSalesMis\AdminUser\
?????文件????????1508??2012-02-25?16:04??SuperSalesMis\AdminUser\header.aspx
?????文件?????????338??2012-02-25?16:04??SuperSalesMis\AdminUser\header.aspx.cs
?????文件?????????751??2012-02-25?16:10??SuperSalesMis\AdminUser\index.htm
?????文件????????2641??2012-02-25?16:04??SuperSalesMis\AdminUser\menu.htm
?????文件????????1379??2012-02-25?16:04??SuperSalesMis\AdminUser\ModifyPwd.aspx
?????文件????????1518??2012-02-25?16:04??SuperSalesMis\AdminUser\ModifyPwd.aspx.cs
?????文件????????9042??2012-02-25?16:04??SuperSalesMis\AdminUser\SealGoodS.aspx
?????文件????????5874??2012-02-25?16:04??SuperSalesMis\AdminUser\SealGoodS.aspx.cs
?????文件????????1258??2012-02-25?16:04??SuperSalesMis\Admin\AddDepInfo.aspx
?????文件?????????587??2012-02-25?16:04??SuperSalesMis\Admin\AddDepInfo.aspx.cs
?????文件????????2693??2012-02-25?16:04??SuperSalesMis\Admin\AddgoodsInfo.aspx
?????文件????????1132??2012-02-25?16:04??SuperSalesMis\Admin\AddgoodsInfo.aspx.cs
?????文件????????1262??2012-02-25?16:04??SuperSalesMis\Admin\AddGoodsType.aspx
?????文件?????????593??2012-02-25?16:04??SuperSalesMis\Admin\AddGoodsType.aspx.cs
?????文件????????1645??2012-02-25?16:04??SuperSalesMis\Admin\AddGYSInfo.aspx
?????文件?????????671??2012-02-25?16:04??SuperSalesMis\Admin\AddGYSInfo.aspx.cs
?????文件????????4669??2012-02-25?16:04??SuperSalesMis\Admin\AddJinHuo.aspx
?????文件????????3567??2012-02-25?23:27??SuperSalesMis\Admin\AddJinHuo.aspx.cs
?????文件????????1878??2012-02-25?16:04??SuperSalesMis\Admin\AddUserInfo.aspx
?????文件????????1017??2012-02-25?16:04??SuperSalesMis\Admin\AddUserInfo.aspx.cs
?????文件????????5395??2012-02-25?16:04??SuperSalesMis\Admin\DepInfoManger.aspx
?????文件????????3050??2012-02-25?16:04??SuperSalesMis\Admin\DepInfoManger.aspx.cs
?????文件????????6855??2012-02-25?16:04??SuperSalesMis\Admin\GoodsInfoManger.aspx
?????文件????????3054??2012-02-25?16:04??SuperSalesMis\Admin\GoodsInfoManger.aspx.cs
?????文件????????5405??2012-02-25?16:04??SuperSalesMis\Admin\GoodsTypeManger.aspx
?????文件????????3052??2012-02-25?16:04??SuperSalesMis\Admin\GoodsTypeManger.aspx.cs
?????文件????????6481??2012-02-25?16:04??SuperSalesMis\Admin\GYSManger.aspx
?????文件????????3048??2012-02-25?16:04??SuperSalesMis\Admin\GYSManger.aspx.cs
............此處省略82個文件信息

評論

共有 條評論