Hi
I am trying to find a way to pass a dataset from one page to another.
My idea is to ultimatley have a pop up that shows a list of data that has been found from performing a search on the calling page. Nothing to special there really! The problem that I am having is that I do not want to use session variables or the like [long story!]. I need the receiving page to just get the passed dataset and then apply it to a grid - but any dataset so nothing on the page can be hard coded to look at another page, etc. [if that makes sense!]
I tried the getXML function of a dataset to pass it in the url - but obviously it was too big
Any other ideas?
How do webservices do it?? Is that an option??
Thanks
Rob
I am trying to find a way to pass a dataset from one page to another.
My idea is to ultimatley have a pop up that shows a list of data that has been found from performing a search on the calling page. Nothing to special there really! The problem that I am having is that I do not want to use session variables or the like [long story!]. I need the receiving page to just get the passed dataset and then apply it to a grid - but any dataset so nothing on the page can be hard coded to look at another page, etc. [if that makes sense!]
I tried the getXML function of a dataset to pass it in the url - but obviously it was too big
Any other ideas?
How do webservices do it?? Is that an option??
Thanks
Rob