Ask a Question related to Dreamweaver AppDev, Design and Development.
-
amelunks #1
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
-
results page hyperlinks
Hi, How do i create hyperlinks to external websites from database search results. Thanks -
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... -
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... -
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 ... -
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;... -
Paul Whitham TMM #2
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...using> I'm taking a class in Application Development with Dreamweaver MX2004(The> 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.it to> 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 getbut> work in a 1 column table applying the repeat region server behavior to itwould> can not figure out how to get it to work with a multiple column table? Iget> like to have a 4 column 4-5 row table per page. Also, when I query andbut> results that are more than one page, the first page is the correct queryto> the following pages pull in the whole database? I'm fairly certain I needwhere> repeat the Request.QueryString tag so it remembers the query but not sure> I would put that?
>
> Any help would be appreciated.
>
> Thanks,
> Skeeter
>
Paul Whitham TMM Guest
-
amelunks #3
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
-
Paul Whitham TMM #4
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...and> Thanks for the help.
>
> I did get the datalist to work which is great. I now have a new dilemmalike to> am very new to this so unsure of what needs to be done? The images I'din a> 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 withpictures> 1 row, 1 column table. Looks pretty good, actually real good if thecode so> are all horizontal. Now the question I have is?Is there a way to hard150 px> the columns are all the same width? I created the table to be 120 px by120?> yet when a vertical picture is brought in the column is much narrower thanpics on> This doesn't look very good when there's both vertical and horizontalback> the same page.
>
> I guess one way around this would be to take all the vertical picturesa way> into Photoshop and put them on a wider background? Really hoping there's> to do this through code.
>
> Any help appreciated.
>
> Thanks,
> Skeeter
>
>
>
>
Paul Whitham TMM Guest



Reply With Quote

