creating a search function with asp

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default creating a search function with asp

    I am creating a web system for my dissertation and need some help creating a
    search function whoich searches records within a database for as many fields as
    possible to find a match how do i go about doing this

    newflashboi Guest

  2. Similar Questions and Discussions

    1. Creating A Site Search Engine
      How would I go about creating a search engine for my website... so that it would search through the content of my pages which are written in php? ...
    2. Creating a Search Field
      Hey peeps, can ne1 help me ... i'm trying to create a search facility .. i want it to work just how any other search facility would work .. user...
    3. creating a domain search page
      Hai , I am shine from India, a web programmer. I want to know about how to create a domain search page using ASP. Any suggestions would be...
    4. creating a domain search page in asp
      Hai , I am shine from India, a web programmer. I want to know about how to create a domain search page using ASP. Any suggestions would be...
    5. creating search engine
      Hello everyone, I have one major table that contains some data and contain keys to many other tables. I am using RIGHT JOIN query method to get...
  3. #2

    Default Re: creating a search function with asp

    Have a read through the manual in the dynamic content section, or the MM
    Sample apps as they will show you how to set up such searches.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "newflashboi" <webforumsuser@macromedia.com> wrote in message
    news:d24dbt$i66$1@forums.macromedia.com...
    > I am creating a web system for my dissertation and need some help creating
    a
    > search function whoich searches records within a database for as many
    fields as
    > possible to find a match how do i go about doing this
    >

    Paul Whitham TMM 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