Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to create a log out page in asp.net

How to create a log out page in asp.net

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-nettutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prakash_Mishra
    wrote on last edited by
    #1

    Hi All I need to create a Logout page in my application i am using VB as lang. I works fine but only problem is its ask for a message ...its tyring to close the current window in case of i-explores if we press yes it closes the window and logout page is only open with no back button activated. In case of Mozilla it directly open a new window(the logout page)and project window remains open. What to do Pl help Regards

    Prakash Mishra(Banglore,India)

    K 1 Reply Last reply
    0
    • P Prakash_Mishra

      Hi All I need to create a Logout page in my application i am using VB as lang. I works fine but only problem is its ask for a message ...its tyring to close the current window in case of i-explores if we press yes it closes the window and logout page is only open with no back button activated. In case of Mozilla it directly open a new window(the logout page)and project window remains open. What to do Pl help Regards

      Prakash Mishra(Banglore,India)

      K Offline
      K Offline
      kaushal_prabhakar
      wrote on last edited by
      #2

      Hi Prakase, You can use this code, it works fine Protected Sub lnkLogOut_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lnkLogOut.Click Response.Redirect("~/SignOut.aspx") FormsAuthentication.SignOut() End Sub

      prabhakar

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups