Hello,
I am implementing AngularJS on on top of the .NET framework and have several functions that require postbacks. I have created a separate application page for each function and plan on using iframe modals to host these pages.
What I want to do is return data from the iframe to the current controller (e.g the name of the file that was just uploaded).
This is what I have come up with so far. I don't like this method because it requires me to have a global function. Has anyone else done something similar?
Thanks,
John