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. Asp To Asp.Net

Asp To Asp.Net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
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.
  • A Offline
    A Offline
    Ajeet mittal
    wrote on last edited by
    #1

    I have a application on asp.in it there is a button.on click event of that button aspx page is open. asp uses some user id and password. how i will retain that user id and password in the aspx page. when page transfer from asp to aspx it lost all the session. and according to user id i have ti fill some data to the aspx page. can any one tell me how i retain session when i transfer asp page to aspx page. thanks

    _ 1 Reply Last reply
    0
    • A Ajeet mittal

      I have a application on asp.in it there is a button.on click event of that button aspx page is open. asp uses some user id and password. how i will retain that user id and password in the aspx page. when page transfer from asp to aspx it lost all the session. and according to user id i have ti fill some data to the aspx page. can any one tell me how i retain session when i transfer asp page to aspx page. thanks

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      There can be two ways one way is to send this user ID as quesrystring to the aspx page (assuming that this is not at all a vital data which are not supposed to be known to the users). And in the aspx page you can retrieve the ID and get the related data. Second way can be to share the session between both the application. Here[^] is an article which can give an idea on how to proceed for this.

      Apurva Kaushal

      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