Hello everyone,
I have to pass only 4 parameters from one page to another.
I was using the 'set parameter' and then the 'navigation'.
The problem with this is that values in these variables are not fetched while we are still in the OnCreate event.
I have to use these parameters to dislpay some records as soon as the new page is displayed.
How should I fetch these parameters in OnCreate event.
I dont want to use COOKIES. I am thinking of something simpler.
Thanks.