This is forwarded from the Beginning ASP list, (I've subscribed Matthew Lhor
to this list):--------------------------
A little more on the cold fusion part it uses 3 separate pages for the code
there is a sperate page for adding new so I guess I can do that pretty easy.
It has a page forediting which simply opens the record as a submit form
with the values already in place allowing you to over write them (this I am
having trouble with) and has a cancel button to cancel any changes and go
back to record view.
-----Original Message-----
From: Matthew Lohr
Sent: Thursday, April 06, 2000 4:00 PM
To: ''Beginning ASP' (E-mail)'
Subject: Record view delete and update
I am trying to rewrite some code from a cold fusion application and do not
quite know how to proceed. The only way I know how to explain what the code
does is by showing an example
www.reccouncil.com/lacrosse/fields/fields_recordview.cfm
This is what I am trying to do you can scroll through the records aw well as
add and update on the fly. How do I go about doing this type of record
viewing in ASP.
This page accesses a dsn called recequip the table is fields and the fields
in the table are ID fields and directions which are pretty self expanatory.
I appreciate any help anyone can offer as I am trying to get off of
coldfusion all together and this is the last part of the application that
needs to be done.
Matthew Lohr