Pass data from one parent page to child page while using framedialog
I am using Jqueryui framedialog widget to call another aspx page
within the jquery dialog.
Generally it works fine.
Now I have a requirement to pass some huge data to the child page from
the parent page and access the data in the client side of the child
page. I do not want to use query string.
Is there any way to achieve this?