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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to maintain session between multiple popup windows in asp.net

How to maintain session between multiple popup windows in asp.net

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netsysadminwindows-admin
3 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.
  • R Offline
    R Offline
    Rajesh_K_Sharma
    wrote on last edited by
    #1

    Hi, I am unable to get the session variable on popup windows in asp.net. When I open the pop up window s on click on button, session variable is null on page load event of popup windows. How can I maintain session between multiple popup windows? Working Environment:- • Windows : - 2003 Server • IIS 6.0 • FRamwork2.0 • IE 7.0 Any help is appreciated.

    rajesh

    R 1 Reply Last reply
    0
    • R Rajesh_K_Sharma

      Hi, I am unable to get the session variable on popup windows in asp.net. When I open the pop up window s on click on button, session variable is null on page load event of popup windows. How can I maintain session between multiple popup windows? Working Environment:- • Windows : - 2003 Server • IIS 6.0 • FRamwork2.0 • IE 7.0 Any help is appreciated.

      rajesh

      R Offline
      R Offline
      ReactiveX
      wrote on last edited by
      #2

      Where and how are you creating the session, and how are you reading it back?

      Daniel Minnaar Lead Software Developer

      R 1 Reply Last reply
      0
      • R ReactiveX

        Where and how are you creating the session, and how are you reading it back?

        Daniel Minnaar Lead Software Developer

        R Offline
        R Offline
        Rajesh_K_Sharma
        wrote on last edited by
        #3

        Thanks for reply i create the session like Session["UserId"] = "admin" access the session on popup windows string str = convert.ToString(Session["UserId"])

        rajesh

        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