Autofill text field with stored db results?

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

  1. #1

    Default Autofill text field with stored db results?

    Currently, Im using a populated select box containing a list of customers.
    I would like to instead have a textbox in which the user would type in the
    first few letters of the customer name and it would autofill with the full
    customer name - without reloading the page.

    Any way to do this?

    Actually - at one point I ran across a type of custom text/select combo
    field where the user could either type a name or click a button to trigger a
    pulldown list, but I cannot locate it.

    Anyone see anything like this?


    Targa Guest

  2. Similar Questions and Discussions

    1. Autofill date field
      I have been trying to get a Date field filled automatically whenever the form I created in Mac Acrobat 7 is opened. I have defined the field as a...
    2. Radio btn makes text field equal value of different text field
      What I am trying to do is when someone clicks on the YES radio button I want the text field called MYTEXT to equal the text field named DATE. The...
    3. Pulling PRINT results from a stored procedure
      Hi, I'd like to pull the results of a sproc within ASP as a text field, e.g. PRINT statements, "### Rows Affected", etc. How would I go about...
    4. #25076 [Opn->Bgs]: xslt not returning results when called within class that is stored in a session
      ID: 25076 Updated by: msopacua@php.net Reported By: teddy4you21 at hotmail dot com -Status: Open +Status: ...
    5. Autofill current date in field on form
      Need a field to autofill the current date on a form. The user will be filling in one field with a control number and the date field will be the...
  3. #2

    Default Re: Autofill text field with stored db results?

    On Fri, 4 Jun 2004 15:18:00 -0500, "Targa"
    <targa1SPAMSUCKS@alltel.net> wrote:
    >Currently, Im using a populated select box containing a list of customers.
    >I would like to instead have a textbox in which the user would type in the
    >first few letters of the customer name and it would autofill with the full
    >customer name - without reloading the page.
    >
    >Any way to do this?
    In .NET it's probably not that hard, and you coudl use XML and
    possibly DHTML to accomplish this, but it's not a simple thing in just
    ASP. You can use some Javascript trickery to move to a line in a
    drop-down selection as well, but that's a client-side/Javascript
    question.

    Jeff
    Jeff Cochran 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