Hello,
My problem is simple.
I have an aspx form (let's sai form1). Inside, my form1, I have an iframe. In my iframe, I have another aspx form called form2.
When clicking on a button in the form2, I want to change the url of my upper aspx page: form1. I only know the response.redirect, but it changes the source of my iframe.
how can I do ?
Thanks.
...
Go to the complete details ...