7月 10, 2009

靜態登入法


If   Login1.UserName = "02370" And Login1.Password = "pass" Then
            e.Authenticated = True
            Response.Redirect("~/管理專區/管理專區.aspx?id=" + Login1.UserName)
End If


login控制項底下