コード例 #1
0
ファイル: Login.ascx.cs プロジェクト: abuhmead1987/code2code
    protected void Login1_LoginError(object sender, EventArgs e)
    {
        anm_Utility ut = new anm_Utility();

        Login1.FailureText = ut.CheckLogin(Login1.UserName);
    }