Needing help with results page

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

  1. #1

    Default Needing help with results page

    I'm taking a class in Application Development with Dreamweaver MX2004 using
    ASP.NET. I'm working on a project for the class where I'm creating an
    e-commerce site. I am looking for help in setting up the results page. (The
    page you come to when doing a query for the product.) I would like the
    products to be arranged in a table but can not figure out how? I can get it to
    work in a 1 column table applying the repeat region server behavior to it but
    can not figure out how to get it to work with a multiple column table? I would
    like to have a 4 column 4-5 row table per page. Also, when I query and get
    results that are more than one page, the first page is the correct query but
    the following pages pull in the whole database? I'm fairly certain I need to
    repeat the Request.QueryString tag so it remembers the query but not sure where
    I would put that?

    Any help would be appreciated.

    Thanks,
    Skeeter

    amelunks Guest

  2. Similar Questions and Discussions

    1. results page hyperlinks
      Hi, How do i create hyperlinks to external websites from database search results. Thanks
    2. Sending search results to a results page..with asp
      Please help.. very :confused; Ive setup 4 dynamic drop down boxes which populate themselves from my database, this all works fine..The last box...
    3. Form Results Page
      Okay, I used Publisher to create my form and have it emailed to me, and it works great. What I want to know is... how do I get the form results...
    4. Results Page Numbering
      hi, i have a simple solutions for paging a large query result into pages. format your SQL Query like this and it will work ...
    5. SQL Query - Results from another PHP Page ?
      Can I store this PHP code in another page, then refernece it on multiple pages using Require or Include ??? //results from sql query for ($i=0;...
  3. #2

    Default Re: Needing help with results page

    Use a datalist rather than a repeat region to output the results. The code
    is very similar however the major advantage of the list is that you can
    specify multiple columns

    --
    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]

    "amelunks" <webforumsuser@macromedia.com> wrote in message
    news:d5p86d$osv$1@forums.macromedia.com...
    > I'm taking a class in Application Development with Dreamweaver MX2004
    using
    > ASP.NET. I'm working on a project for the class where I'm creating an
    > e-commerce site. I am looking for help in setting up the results page.
    (The
    > page you come to when doing a query for the product.) I would like the
    > products to be arranged in a table but can not figure out how? I can get
    it to
    > work in a 1 column table applying the repeat region server behavior to it
    but
    > can not figure out how to get it to work with a multiple column table? I
    would
    > like to have a 4 column 4-5 row table per page. Also, when I query and
    get
    > results that are more than one page, the first page is the correct query
    but
    > the following pages pull in the whole database? I'm fairly certain I need
    to
    > repeat the Request.QueryString tag so it remembers the query but not sure
    where
    > I would put that?
    >
    > Any help would be appreciated.
    >
    > Thanks,
    > Skeeter
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Needing help with results page

    Thanks for the help.

    I did get the datalist to work which is great. I now have a new dilemma and
    am very new to this so unsure of what needs to be done? The images I'd like to
    display in this table are both vertical and horizontal. When creating the
    datalist the pictures came in right next to each other so I put them with in a
    1 row, 1 column table. Looks pretty good, actually real good if the pictures
    are all horizontal. Now the question I have is?Is there a way to hard code so
    the columns are all the same width? I created the table to be 120 px by 150 px
    yet when a vertical picture is brought in the column is much narrower than 120?
    This doesn't look very good when there's both vertical and horizontal pics on
    the same page.

    I guess one way around this would be to take all the vertical pictures back
    into Photoshop and put them on a wider background? Really hoping there's a way
    to do this through code.

    Any help appreciated.

    Thanks,
    Skeeter




    amelunks Guest

  5. #4

    Default Re: Needing help with results page

    The simplest way is the create a row in the table and then place a shim gif
    into it. This is a transparent image. You then use the img width attribute
    to control your column width

    --
    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]

    "amelunks" <webforumsuser@macromedia.com> wrote in message
    news:d5u7cl$gd1$1@forums.macromedia.com...
    > Thanks for the help.
    >
    > I did get the datalist to work which is great. I now have a new dilemma
    and
    > am very new to this so unsure of what needs to be done? The images I'd
    like to
    > display in this table are both vertical and horizontal. When creating the
    > datalist the pictures came in right next to each other so I put them with
    in a
    > 1 row, 1 column table. Looks pretty good, actually real good if the
    pictures
    > are all horizontal. Now the question I have is?Is there a way to hard
    code so
    > the columns are all the same width? I created the table to be 120 px by
    150 px
    > yet when a vertical picture is brought in the column is much narrower than
    120?
    > This doesn't look very good when there's both vertical and horizontal
    pics on
    > the same page.
    >
    > I guess one way around this would be to take all the vertical pictures
    back
    > into Photoshop and put them on a wider background? Really hoping there's
    a way
    > to do this through code.
    >
    > Any help appreciated.
    >
    > Thanks,
    > Skeeter
    >
    >
    >
    >

    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