熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

鮮花預定系統:登錄和退出[6]

2022-06-13   來源: .NET編程 
    ——此文章摘自《ASPNET +SQL Server網絡應用系統開發案例精解》定價 特價 詳細>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave>

             {
                       ST_myCmdDispose();
                       ST_myCnClose();
             }
    }

    上面調用了ST_Functions類的ST_Encrypt()方法用來將用戶的密碼進行MD加密這部分留給讀者自己研究代碼在ST_Functions文件裡

    .注銷登錄

    注銷用戶登錄是由ST_Logoutaspx和ST_Logoutaspxcs來實現的由於界面沒有任何元素所以這裡只列出ST_Logoutaspxcs的主要代碼以及解釋
    protected void Page_Load(object sender SystemEventArgs e)
    {
             //設置用戶名為空
             Session[UserName] = null;
             //設置用戶ID為空
             Session[UserID]   = null;
             //定向到ST_Mainaspx頁面
             ResponseRedirect(ST_Mainaspx);
    }

right>[http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  []  


From:http://tw.wingwit.com/Article/program/net/201311/15712.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.