xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 3.4M
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2025-01-24
  • 語言: C#
  • 標(biāo)簽: 其他??

資源簡(jiǎn)介

020ASP.NET車輛綜合管理系統(tǒng).zip

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
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?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
???????
????????????if?(!this.IsPostBack)
????????????{
????????????????this.ViewState[“GUID“]?=?System.Guid.NewGuid().ToString();
????????????????this.lblGUID.Text?=?this.ViewState[“GUID“].ToString();
????????????}
??????

????}
????protected?void?btnLogin_Click(object?sender?ImageClickEventArgs?e)
????{

????????#region?檢查驗(yàn)證碼
????????if?((Session[“CheckCode“]?!=?null)?&&?(Session[“CheckCode“].ToString()?!=?““))
????????{
????????????if?(Session[“CheckCode“].ToString().ToLower()?!=?this.CheckCode.Value.ToLower())
????????????{
????????????????this.lblMsg.Text?=?“所填寫的驗(yàn)證碼與所給的不符?!“;
????????????????Session[“CheckCode“]?=?null;
????????????????return;
????????????}
????????????else
????????????{
????????????????Session[“CheckCode“]?=?null;
????????????}
????????}
????????else
????????{
????????????Response.Redirect(“Default.aspx“);
????????}
????????#endregion

????????Maticsoft.BLL.db_User?db?=?new?Maticsoft.BLL.db_User();
????????Maticsoft.Model.db_User?mode=db.GetModel(this.txtUsername.Value?this.txtPass.Value);
????????if?(mode!=null)
????????{
????????????Session[“USERINFO“]?=?mode;
????????????Response.Redirect(“Main.aspx“);
????????}
????????else
????????{
????????????this.lblMsg.Text?=?“你的賬號(hào)密碼有誤“;
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????2359068??2013-03-14?23:10??020ASP.NET車輛綜合管理系統(tǒng)演示錄像.exe

-----------?---------??----------?-----??----

??????????????2359068????????????????????1


評(píng)論

共有 條評(píng)論