Hey,
As far as I can tell it is impossible to access the ViewState of a parent page from a popup.
What is the best approach to accomplish passing this information?
I have considered the following:
Using the Session but this may have memory implications on the server.
Passing data in querystring but this may have security implications exposing data and access method in page
Any other ideas or recommendations?
Thanks in advance