Using the same page for viewing, editing and adding records

Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 =...
    2. 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...
    3. 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...
    4. 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...
    5. Adding images to records
      How can we add images to records by programmaing? Assuming images are named sequentially. Babar
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139