gmoore
|
| Posted: 04/09/2003, 7:44 AM |
|
I am using ASP and MS Access. I have a details page with several forms that retrieves the page parameters from the master page. On the record form of the details page, I have also used the dependent listbox example to go back to the database and query results for a second listbox. However, when the page reloads, the page parameters disappear and the ID for the master page is no longer referenced. My question is, how do I maintain the parameters for the page, even when the page reloads form a dependent listbox query? I have tried passing variables, but nothing seems to work.
Thanks!
|
|
|
 |
Johnny
|
| Posted: 04/09/2003, 9:32 AM |
|
Form Property: Preserve Parameter: (none/Get/Get and POST)
|
|
|
 |
gmoore
|
| Posted: 04/09/2003, 9:49 AM |
|
Tried it. It doesn't seem to work.
|
|
|
 |
Johnny
|
| Posted: 04/09/2003, 3:49 PM |
|
you have to change that property on <b>Every Form</b> on the page, even Linked page.
i have a Page with 3 Different Grid and 1 Record Page , each one use a different Paramater ID, 4 Different Database. Working without Problem!
|
|
|
 |
gmoore
|
| Posted: 04/14/2003, 4:14 PM |
|
For anyone who cares to know, I finally got this working by using the dependent listbox example. Basically, I had to resend the page parameter along with the listbox value so that the page could remember the ID from the master page. Used the same for the date value and it works beautifully.
|
|
|
 |
|