Hi to all I'm new in the forum and also new in the ASP.Net programing.
I have the following question/problem:
I have a Page(lets say Page1.aspx) this page has the following code
<iframe src="Page2.aspx" width="550" height="550"></iframe>
I was wandering If can declare methods/objects in the Page2.aspx and the Page1.aspx will know them.
My problem is that in Page2.aspx I do some work(lets say 2+2) and then I want to Page1.aspx to get the result from Page2.aspx (ofcourse the 2+2 is a simplify example).
If this is possible how is this done, maybe you have a link where I can see an example.
Thanks