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()?
How to pass a parameter to the child window from parent window using window.open
Collapse
X
-
neha shahTags: None -
-
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.
-FrinnyComment
Comment