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. Currently in register page and providing login details to login on keypress enter

Currently in register page and providing login details to login on keypress enter

Scheduled Pinned Locked Moved ASP.NET
helptutorial
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.
  • N Offline
    N Offline
    Nath
    wrote on last edited by
    #1

    Hi, To all I need the functionality just like in code project how it is for example, before login in the code project just click on register page it transfers to the register page lying on the same page provide emailid and password to login to the code project it is logging.Please anyone help me Thanks & Regards, K. Amarnath

    S 1 Reply Last reply
    0
    • N Nath

      Hi, To all I need the functionality just like in code project how it is for example, before login in the code project just click on register page it transfers to the register page lying on the same page provide emailid and password to login to the code project it is logging.Please anyone help me Thanks & Regards, K. Amarnath

      S Offline
      S Offline
      sashidhar
      wrote on last edited by
      #2

      If you are using forms authentication try this links default url is the word you are looking for...! http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.defaulturl.aspx[^] If you are Not using forms authentication use Query string i.e. pass the last visited page in the query string so after registering with the help of Request.QueryString[""] You can rediredt to the last visited page I didnt try this code but try this code..string prevurl = Request.UrlReferrer.AbsoluteUri;

      LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.

      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