I have written a very simple database viewer and I would like to be able to view 1 record at a time where there are multiple records returned from my search,...
Dave, Put the results into a recordset then us a Do While Loop to got through the multiple records one by one. e.g.. Query = "SELECT * FROM Members;" Set...
David, Thanks very much, however I am trying to view the records 1 at a time as I have a lot of information which takes up a page. I have formatted the page ok...
Hi Dave: I had a similar problem..I put the records I wanted on a list box, then called for each record one at a time. However, the problem is getting back to...
You could set up a last record and next record buttons, with a hyperlink made up on the fly. So when you get your first record up then you would have a...
Nevyn, When a button is clicked ASP does not automatically record the time when the button was pressed. However what you can do is record the date and time...
What are you doing with the information? If you'e putting it into an SQL Server database, use the T-SQL function GETDATE(). There are similar functions for...
Hi, How can I run a FTP command from an ASP page ?. I have created a HREF in HTML form that will call an .ASP page. In the ASP I need to write a code to logon...
Hi Dan: Dave gave me the answer..It was very simple..I am new at this and was not sure if VB script would take the same commands as VB. The solution was :...
I know others have replied to this note, and I guessed said the same thing (I have not read that far in my notes at the moment), but I had a similar problem...
Basicly, you're looking for a timestamp when inserting into a database, right? you might try adding a hidden field into your form which you can then include...
OK...I am working in the .NET environment. I have a client-side activex component. I want to execute a function upon loading the component that will fill it...
you didn't post what the result from the response.write. that would help. Try it by hard coding the path, then move on to mappath. what are you trying to do?...
I have a database that tracks request for network access that has two fields 'LastChanged' and 'ChangedBy' that get updated in my update processs with ...
I have a frame developed in frontpage. It has a banner at the top name 'banner', a page on the left side named 'contents' and a page on the right named 'main'....
I found the answer, and it is so simple I feel stupid. On the submit button select properties and assign the page frame desired. This process makes is simple...
Hi, One ASP page is being called from a HTML page upon clicking on a submit button. The ASP is basically open a recordset . I need to do the following in ASP. ...
Hi there, could you please suggest me A.S.A.P how to upload and retreive an image from server by using ASP Best Regards, Tanveer. ... Do you Yahoo!? Yahoo! Tax...
Your best bet is to use an upload component such as Persits ASPUpload ( www.aspupload.com <http://www.aspupload.com> ) or similar. Dan ... From: tanveer wajid...
Posting Acceptor. I would be wary of the ASAP part though. I was in the middle of this just recently and found that my host had a third part component...
Hi, How can I popup a form (similar in VB "frmLogin") to prompt user to enter username and password upon clicking of a "HREF link" from a HTML or ASP. Login...
Hi there, I don't want to use any compopent because our webserver is having this compnent or not I'm not sure, I may install this on my PWS and get the page...