Ask a Question related to ASP, Design and Development.
-
Jas #1
Using the same page for viewing, editing and adding records
Hi All
I am not an ASP expert but do some coding in ASP. I am lookng to learn how
to code a form/page which can be used to view, create or edit/update a
record.
I have simple 3 field table but I don't to write three seperate pages ASP
pages to view edit or create new records.
I have seen in the past others coders pass the querystring value
Action?=Create etc and then using the logic to work their way around that
but if someone has an example I would apprecate the code.
thanks
Jas Guest
-
Viewing and Updating Mulktiple Records
How do I set my array or structure to display all the records? Right now it only displays 1 record. Here is the structure: <cfset stSteps =... -
Adding a PDF to a Web Page for Download or Viewing
OK, I know its simple, but could anyone please direct me to a tutorial or tell me how to add a pdf file to a web page. I have a Job Application that... -
Cf Rookie - Editing Records
Hi there I have to create a 'Editing Multiple Records' page for a rather large table. The page displays a form with the existing values and then... -
adding records
I have a particular form with a combo box on listing a set of data. I have created an add record button which when clicked clears all the othewr... -
Adding images to records
How can we add images to records by programmaing? Assuming images are named sequentially. Babar -
Ray at #2
Re: Using the same page for viewing, editing and adding records
[url]www.asp101.com[/url] has samples of this kind of thing. Take a look in the
"samples" section.
Ray at work
"Jas" <jas@jjskkssk.com> wrote in message
news:uLB9sblkDHA.2444@TK2MSFTNGP09.phx.gbl...> Hi All
>
> I am not an ASP expert but do some coding in ASP. I am lookng to learn how
> to code a form/page which can be used to view, create or edit/update a
> record.
>
> I have simple 3 field table but I don't to write three seperate pages ASP
> pages to view edit or create new records.
>
> I have seen in the past others coders pass the querystring value
> Action?=Create etc and then using the logic to work their way around that
> but if someone has an example I would apprecate the code.
>
> thanks
>
>
>
>
>
Ray at Guest



Reply With Quote

