How to pass a parameter to the child window from parent window using window.open

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neha shah

    How to pass a parameter to the child window from parent window using window.open

    i have an aspx page in which a link in the grid view opens a popup page . the data in the grid view would be dynamic and i need to send the id of the row of grid while calling the child window. i get the id using sender.id, but how would i send this using window .open()?
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    How about using the query string?

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Neha shah,

      It would help us if you posted what you have attempted so far to solve the problem. There are 2 approaches that I can think of off the top of my head but they may be different from how you think and what you are comfortable with.

      Please post the code that is currently responsible for setting the JavaScript for the links.

      -Frinny

      Comment

      Working...