Building a Complex Search Function: Dreamweaver MX 2004and ASP.NET

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

  1. #1

    Default Building a Complex Search Function: Dreamweaver MX 2004and ASP.NET

    I need a build a complex search function in DW 2004 and ASP.NET (C#) that
    allows for rich boolean searching against an MS Access 2002 database. I have
    tried the DW method using parameters, which works as long as I do not exceed 3
    search fields. As soon as a add a 4th text search field, the results returned
    are incorrect for what I know is in the database. I am looking for pointers and
    tips to ideas and resources on how to appraoch this project. I would like to
    add rich boolean search options to allow the user to do and's, or's, includes,
    start's with etc. Any suggestions would be greatly appreciated.
    Thank you.

    MandlaMan Guest

  2. Similar Questions and Discussions

    1. Adding a Search Function to Dreamweaver Pages
      I am a beginner, but I have a deadline, so I need to jump ahead to some advanced features. I would appreciate references to tutorial pages, etc.,...
    2. building dynamic SQL string from multiple search values
      Ok I have to create on the fly a dynamic search query when the user completes a form, this could have from 1 up to about 15 search values. Is...
    3. hint: making CSS IDs and complex classes in dreamweaver
      hey.. that sounds GREAT! i will check that instantly..
    4. making CSS IDs and complex classes in dreamweaver
      Yes...that's exactly what that box is there for :) -- -- DiMa -------------------- WEB FORUM USERS: Please log on to the Newsgroup for quicker...
    5. Macromedian, help me building a site for dreamweaver community
      Hi Macromedian, I plan to build a site for dreamweaver. The site content is mainly the answers from users who have post questions on this forum....
  3. #2

    Default Re: Building a Complex Search Function: Dreamweaver MX 2004 and ASP.NET

    Build the logic (back end) in Visual Studio or Web Matrix where you have
    much greater and better flexibility, and just do the front end in DW.


    "MandlaMan" <webforumsuser@macromedia.com> wrote in message
    news:d63234$2p3$1@forums.macromedia.com...
    >I need a build a complex search function in DW 2004 and ASP.NET (C#) that
    > allows for rich boolean searching against an MS Access 2002 database. I
    > have
    > tried the DW method using parameters, which works as long as I do not
    > exceed 3
    > search fields. As soon as a add a 4th text search field, the results
    > returned
    > are incorrect for what I know is in the database. I am looking for
    > pointers and
    > tips to ideas and resources on how to appraoch this project. I would like
    > to
    > add rich boolean search options to allow the user to do and's, or's,
    > includes,
    > start's with etc. Any suggestions would be greatly appreciated.
    > Thank you.
    >

    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