Database Results Wizard and Record Advance Buttons

M

mbergheiser

I have an asp page with two database results wizards that receive
parameters passed by another page. One DRW section will return many
records that I would like to display in groups of 10 using built-in
advance buttons. However, when the site is published and I scroll
using advance buttons, the whole asp page seems to be refreshed and I
lose the parameters passed to the other DRW. That DRW now shows "No
records found".

Is there any way to use advance buttons and retain passed parameters
for the first DRW.

Thanks.
 
S

Stefan B Rusynko

Not w/o hand coding your ASP and no longer using wizards
See http://www.asp101.com/samples/db_paging.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have an asp page with two database results wizards that receive
| parameters passed by another page. One DRW section will return many
| records that I would like to display in groups of 10 using built-in
| advance buttons. However, when the site is published and I scroll
| using advance buttons, the whole asp page seems to be refreshed and I
| lose the parameters passed to the other DRW. That DRW now shows "No
| records found".
|
| Is there any way to use advance buttons and retain passed parameters
| for the first DRW.
|
| Thanks.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top