相关代码 |
|
Sub Page_Load(Src As Object, E As EventArgs) Welcome.Text = "Hello, " + User.Identity.Name End Sub Sub Signout_Click(Src As Object, E As EventArgs) FormsAuthentication.SignOut() Response.Redirect("login.aspx") End Sub runat="server" ID="Button1" />
相关资源 |
|