Next Previous page in asp
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Would you be kind enough to help me to create Next and previous in asp page or point me in the right direction Please! my code is: <% Dim oConn, rstData listData function listData set oConn = Server.CreateObject("ADODB.Connection") set rstData= server.CreateObject("ADODB.RECORDSET") if not oConn.State then oConn.open Session("CC") end if with rstData .CursorType= adOpenForwardOnly .LockType = adLockReadOnly .ActiveConnection = oConn .Source = "sp_e_data" .CursorLocation = adUseClient .Open end with end function %> Much appricated. :rolleyes: Bravo Two Zero A pen is mighter then a sword.