Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default DB Sample Code

    I'm looking for some sample code that functions as an Access table
    editor. I had one that gave me a table grid with the hyperlink options
    to edit, insert or delete on every row, but it was hard for me to edit
    as I needed to becasue it just used response.write for all html as it
    was called with functions. (I'm a novice)

    I would like to be able to use some JavaScripts in the insert form to
    handle field validations or whatever.

    Suggestions appreciated.
    Thanks,
    Frank


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Frank Py Guest

  2. Similar Questions and Discussions

    1. DownloadProgressBar sample code
      Hi, while loading my applicaion i want to show DownloadProgressBar. I have refered the Adobe site. Thare it is menctioned as Flex2.0 beta version....
    2. Code Sample
      I found this link referenced in another thread - http://flexapps.macromedia.com/flex15/explorer/dragdrop/DragDropGrid.mxml?versio nChecked=true and...
    3. ethernet sample code
      Does anyone have a copy of the ethernet sample code that is refernced in the Netdoc.pdf? I can't seem to find that. Steve
    4. Impersonate code sample?
      Here is what I do in order to use Windows security: 1. Set up IIS to use the domain account you have set up as the anonymous user 2. Set up...
    5. Disc Recording Sample Code/Help
      I am trying to develop an application for burning audio and data CD-R's. Apples samples for the Disk Recording are very simple and not Carbon or...
  3. #2

    Default Re: DB Sample Code

    Hi

    Try the following and see if it suits ur needs:

    [url]http://www.romankoch.ch/capslock/editor.htm[/url]

    SPA

    "Frank Py" <fpy@proactnet.com> wrote in message
    news:eZe40P#PDHA.2316@TK2MSFTNGP11.phx.gbl...
    > I'm looking for some sample code that functions as an Access table
    > editor. I had one that gave me a table grid with the hyperlink options
    > to edit, insert or delete on every row, but it was hard for me to edit
    > as I needed to becasue it just used response.write for all html as it
    > was called with functions. (I'm a novice)
    >
    > I would like to be able to use some JavaScripts in the insert form to
    > handle field validations or whatever.
    >
    > Suggestions appreciated.
    > Thanks,
    > Frank
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    SPA Guest

  4. #3

    Default Re: DB Sample Code

    You may want to check out some of the following although they may all
    not be exactly what you want:

    GenericDB by Eli Robillard ([url]http://www.erobillard.com[/url],
    [email]eli.robillard@home.com[/email])
    [url]http://www.genericdb.com[/url]

    Universal DB Viewer
    [url]http://www.asp101.com/samples/db_dsn.asp[/url]

    TableEditoR
    [url]http://www.2enetworx.com/dev/projects/tableeditor.asp[/url]

    A Generic Database Web Editor by Robert Chartier - 8/24/2001
    [url]http://www.aspalliance.com/nothingmn/view.asp?aid=16[/url]

    Universal Table Editor by Tom Wellige
    [url]http://www.codeproject.com/asp/ute.asp[/url]

    [url]http://www.coveryourasp.com[/url]
    Has free public and pay pro versions.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  5. #4

    Default Re: DB Sample Code


    Thanks for all the great info! I need to come up with an online expense
    sheet and all of these suggestions will work as long as I can edit them
    a bit (i.e. add select boxes and dynamically feed text boxes with Select
    box values).

    Sincerely,
    Frank


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Frank Py 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