Ask a Question related to ASP Database, Design and Development.
-
vivek #1
Re: Problem pointing to particular records - Thanks
probably you should implement it using database paging, see a small example
here:
[url]http://www.asp101.com/samples/db_paging.asp[/url]
Vivek
"John" <JohnNoSpam@ExplorerNet.com> wrote in message
news:#ONUkIRXDHA.2620@TK2MSFTNGP09.phx.gbl...to> Hi,
>
> I'm designing an asp catalog. I have a listing page with results of an sql
> query and a detail page for each individual item.
>
> When on the detail page, I would like to place a next and previous linkand> the next item from the list.
>
> Any suggestions as to how to do this?
>
> I would guess that I would do another sql statement, the same as the one
> that was on my listing page and then somehow point to the record beforesure> after to come up with the next and previous record numbers. Not really> how to do this. Would anybody have an example? (using SQL 7 database)
>
> Thank you very much.
>
> John
>
>
vivek Guest
-
Problem with Control-Property pointing zu component
Hi guys, if got a little stuck in the last hours and can't find a way out. Maybe you can. Imagine class derived from component called... -
Belkin PS/2 to USB converter, Not Pointing
In preparation for adding new box to my stable that uses USB for keyboard and mouse, I got a Belkin F5U119-E PS/2 to USB adapter for my PS/2... -
Need pointing in the right direction
Hello people, Just a quick question if you guys wouldn't mind answering or pointing me in the right direction. How would I go about creating... -
won't place points where I'm pointing!!
Hello all, I'm having some trouble with the pen tool, when I place the cursor somewhere to place a point(anchor) and click, the point appears next... -
pointing device on thinkpad
Woody bf2.4 on Thinkpad570. I have "mouse" (that red nipple in the middle of the keyboard) working normally in X, but nothing when in text mode. ... -
John Beschler #2
Re: Problem pointing to particular records - Thanks
Actually, I implemented virtually the same thing in a
pseudo newsgroup web site that I did. The way I did it was
to store the key for the previous and next message as part
of the link on the current page.
I wrote a function that would retrieve the Key of the
previous and next message from the table and then used
those values to create the links on the page.
HTH,
John
see a small example>-----Original Message-----
>probably you should implement it using database paging,with results of an sql>here:
>[url]http://www.asp101.com/samples/db_paging.asp[/url]
>
>Vivek
>
>"John" <JohnNoSpam@ExplorerNet.com> wrote in message
>news:#ONUkIRXDHA.2620@TK2MSFTNGP09.phx.gbl...>> Hi,
>>
>> I'm designing an asp catalog. I have a listing pageand previous link>> query and a detail page for each individual item.
>>
>> When on the detail page, I would like to place a nextthe same as the one>to>> the next item from the list.
>>
>> Any suggestions as to how to do this?
>>
>> I would guess that I would do another sql statement,the record before>> that was on my listing page and then somehow point tonumbers. Not really>and>> after to come up with the next and previous recordSQL 7 database)>sure>> how to do this. Would anybody have an example? (using>>>
>> Thank you very much.
>>
>> John
>>
>>
>
>.
>John Beschler Guest



Reply With Quote

