Ask a Question related to ASP Database, Design and Development.
-
Astra #1
Paging data in different 'on the fly' iterations
Hi All
Got a weird problem since I put in a pop-up to allow the user to set
the number of products per page, eg show products in 5, 10, 15 ,25
per page.
I've seen this feature on various forums and the like and I thought it
would just be a case of passing the selection through the query string
with everything else, but this doesn't seem to be the case.
Although I can consistantly create the problem it doesn't seem to make
any sense.
If you have time to could you please have a look at the following and
let me know what you think it might be:
1) Go to the below web site:
[url]http://www.AstraAccounts.co.uk/user-data/dpas/[/url]
2) Click the 'Browse the Catalogue' link.
3) Change the pop to 25 products per page.
When you click the Next link (bottom right of the page) to click
through the pages it stops at item 250.
4) Reset the site by going back to the Home Page and then click the
'Browse the Catalogue' link again.
5) This time, set the pop-up to 20 per page and click the Next link.
This time it goes to 200 then jumps to 381!?!?!
Is there some magic way of doing this?
It seems straightforward, but I seem to be goofing somewhere
big-stylie.
Many thanks.
Regards
Robbie
Astra Guest
-
#40181 [NEW]: double free problem after 64k iterations
From: giovanni at giacobbi dot net Operating system: linux PHP version: 4.4.4 PHP Bug Type: Reproducible crash Bug... -
Datagrid Paging Stretch Data
Hi there just another question regarding paging in a datagrid. In my datagrid i have paging setup for 10 records per page this is fine when there... -
alpha paging and data grid??
Can someone please tell me why this is not working??? I used a sample that I found and it works great with the pubs database, however, as soon as... -
Displaying data on same row as paging buttons
How do you display data on the same row as the paging buttons? -
For Next iterations
Hi all, Is there any 'trick' anyone knows to control a For Next to pass to the next iteration in ASP VBScript? ..Similar to the 'continue'... -
Michael C. Gates #2
Re: Paging data in different 'on the fly' iterations
It seems like your math is off.
when setting the paging, write out things like .recordCount, currentRecord,
and try to walk through each page. Write out the query string, and all math
functions. This way, you can see exactly what is going on.
Michael C. Gates
"Astra" <info@astraaccounts.co.uk> wrote in message
news:5c500b2f.0308260257.3184dcb3@posting.google.c om...> Hi All
>
> Got a weird problem since I put in a pop-up to allow the user to set
> the number of products per page, eg show products in 5, 10, 15 ,25
> per page.
>
> I've seen this feature on various forums and the like and I thought it
> would just be a case of passing the selection through the query string
> with everything else, but this doesn't seem to be the case.
>
> Although I can consistantly create the problem it doesn't seem to make
> any sense.
>
> If you have time to could you please have a look at the following and
> let me know what you think it might be:
>
> 1) Go to the below web site:
> [url]http://www.AstraAccounts.co.uk/user-data/dpas/[/url]
>
> 2) Click the 'Browse the Catalogue' link.
>
> 3) Change the pop to 25 products per page.
>
> When you click the Next link (bottom right of the page) to click
> through the pages it stops at item 250.
>
> 4) Reset the site by going back to the Home Page and then click the
> 'Browse the Catalogue' link again.
>
> 5) This time, set the pop-up to 20 per page and click the Next link.
>
> This time it goes to 200 then jumps to 381!?!?!
>
> Is there some magic way of doing this?
>
> It seems straightforward, but I seem to be goofing somewhere
> big-stylie.
>
> Many thanks.
>
> Regards
>
>
> Robbie
Michael C. Gates Guest



Reply With Quote

