I am working on a web application in ASP.Net and I am implementing a Network Graph Library.
The Network Graph is located on a page called Test.aspx.
I am calling Test.aspx through iframe:
DetailsBody.Text = DetailsBody.Text + "<td><iframe scrolling=\"no\"
id=\"graphframe\" src=\"Test.aspx\" width=\"100%\"
height=\"275px\"></iframe></td>";
I need to pass a parameter from the page where the iframe is located to the Test.aspx page.
Thanks in advance
You may pass the param like this.
and for multipal param: