Depending on the amount of information you're dealing with, you could send
it all to the user and use javascript to move within the record set to
display.
HTH
-- 
Thierry

---> Noel N. Reynolds, 8/19/04 17:56 :

> 
> Hi All,
> 
> Can someone tell me how to get ASP to accept a request to skip to the
> next record or go to the prior record as a result of using a SKIP or
> PRIOR button on a html page.  When the user clicks on the SKIP
> button, the onclick even occurs and the sub is executed.  In the sub
> I tell ASP to either RS.movenext or RS.moveprior but nothing happens
> or I get an error.
> 
> At the top of the ASP page I set up the connection to the database
> then I display the first record in a <table> with button at the
> bottom of the page to move through the data.
> <%
> .......
> %> 
> 
> Once the user clicks on a button and returns to the ASP code at the
> top of the page, how do I access the open recordset to move to the
> next record, etc.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to