I have a main datapage where a user searches by State and County. A tabular report then shows with all records in that state and county. Once they click "View Details" it goes to the details page.
My problem is that I have four other details pages that need to accept that record parameter. I know this can be done using URL deployment and attaching the string, but this is deployed in WIX with child datapages under the main URL, so the query strings do not work.
Can you think of another way to pass that parameter from the table to the other datapages without using the query string?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
rgiljohann
I have a main datapage where a user searches by State and County. A tabular report then shows with all records in that state and county. Once they click "View Details" it goes to the details page.
My problem is that I have four other details pages that need to accept that record parameter. I know this can be done using URL deployment and attaching the string, but this is deployed in WIX with child datapages under the main URL, so the query strings do not work.
Can you think of another way to pass that parameter from the table to the other datapages without using the query string?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.