Click here to Skip to main content
15,912,400 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Help on a project Pin
Megan Forbes22-Nov-02 5:35
Megan Forbes22-Nov-02 5:35 
GeneralRe: Help on a project Pin
Harween22-Nov-02 5:43
sussHarween22-Nov-02 5:43 
GeneralRe: Help on a project Pin
Ray Cassick22-Nov-02 10:27
Ray Cassick22-Nov-02 10:27 
GeneralRun programs from a webpage Pin
kakuni21-Nov-02 5:02
kakuni21-Nov-02 5:02 
GeneralRe: Run programs from a webpage Pin
Jon Newman21-Nov-02 5:29
Jon Newman21-Nov-02 5:29 
GeneralRe: Run programs from a webpage Pin
kakuni21-Nov-02 5:35
kakuni21-Nov-02 5:35 
GeneralRe: Run programs from a webpage Pin
Nick Parker22-Nov-02 1:50
protectorNick Parker22-Nov-02 1:50 
GeneralNext Previous page in asp Pin
BravoTwoZero21-Nov-02 0:17
BravoTwoZero21-Nov-02 0:17 
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.

Roll eyes | :rolleyes:

Bravo Two Zero

A pen is mighter then a sword.
QuestionCan i render a xml document in a html file Pin
Kerry Chou20-Nov-02 19:05
Kerry Chou20-Nov-02 19:05 
AnswerRe: Can i render a xml document in a html file Pin
Not Active21-Nov-02 2:52
mentorNot Active21-Nov-02 2:52 
GeneralASP & Text Files Pin
BlondeGuyInNC20-Nov-02 8:45
BlondeGuyInNC20-Nov-02 8:45 
Generalcustomize File Upload Pin
zyron20-Nov-02 2:00
zyron20-Nov-02 2:00 
GeneralRe: customize File Upload Pin
benjymous21-Nov-02 3:46
benjymous21-Nov-02 3:46 
GeneralDataGrid Problem Pin
yassar19-Nov-02 23:14
yassar19-Nov-02 23:14 
QuestionHow to get the higher level document object Pin
Kerry Chou19-Nov-02 23:11
Kerry Chou19-Nov-02 23:11 
AnswerRe: How to get the higher level document object Pin
Pyt20-Nov-02 6:37
Pyt20-Nov-02 6:37 
AnswerRe: How to get the higher level document object Pin
Pyt20-Nov-02 6:39
Pyt20-Nov-02 6:39 
GeneralRe: How to get the higher level document object Pin
Kerry Chou20-Nov-02 19:07
Kerry Chou20-Nov-02 19:07 
Generalrefreshing parent windows Pin
Hockey19-Nov-02 22:45
Hockey19-Nov-02 22:45 
GeneralRe: refreshing parent windows Pin
ian mariano20-Nov-02 3:12
ian mariano20-Nov-02 3:12 
GeneralRe: refreshing parent windows Pin
alex.barylski20-Nov-02 10:30
alex.barylski20-Nov-02 10:30 
Generaldynamic Flash Pin
SimonS19-Nov-02 22:43
SimonS19-Nov-02 22:43 
GeneralRe: dynamic Flash Pin
Jeremy Oldham21-Nov-02 2:31
Jeremy Oldham21-Nov-02 2:31 
GeneralRe: dynamic Flash Pin
SimonS21-Nov-02 3:03
SimonS21-Nov-02 3:03 
GeneralFile download breaks IE Frames Pin
Neville Franks19-Nov-02 21:05
Neville Franks19-Nov-02 21:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.