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.

Thanks,
Noel



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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