Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to navigate on Detail page (ASP)

Explorer ,
Nov 10, 2010 Nov 10, 2010

Hi,

I've created a Master/Detail pageset in ASP VBscript using the standard wizard. On the detail page, I am displaying 50 products at a time (there are several hundred being filtered from a database of over 1000). When clicking on an individual product, I want to navigate from the master page to a detail page to allow that specific product to be edited (say it's the 10th product being displayed). On the detail page, I want to show that 10th product, but also provide the ability to navigate to the 11th (next) product in the database (in the same order with which it appeared on the detail page). I'm having problems getting the navigation to work on the detail page.

Any help on how to modify the master/detail workflow to allow navigation on the detail page?

Thanks!

[Subject line modified by moderator to indicate technology used]

TOPICS
Server side applications
472
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 10, 2010 Nov 10, 2010
LATEST

I've found a great and simple tutorial to do this here: http://www.dmxzone.com/go?830

However, my navigation doesn't work. Suppose the detail page is showing an item with an index=200. Using the standard "Move To" behaviors in Dreamweaver, the page will always move to index numbers that are newly generated from the Detail page (index=0, index=1, etc). However, the real index # of the next item to be displayed can be something like index=300. The total number of records being shown on the detail page is correct.

How can I get the navigation to understand the index numbers correctly?

Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines