I run a travel web site and would like to have an asp application/script which lists a selection of restaurants and hotels with a rating functionality. Can anyone suggest anything that could work? Been looking around but nothing quite seems to meet my requirements.
In a table I have an unlimited number of items - each unique item has it's own unique ID. One of the fields in the table is a Rating field. The table stores records submitted by users for items that they Rate (on a scale of 1 - 5, with values of 10,20,30,40 or 50 inserted in the db). I would like to sort this info and display the five most favorite items among users via the rating scale. In other words the five unique items that have been rated 50 (best) most often. I'm able to create a record set of all unique items that carry a 50 rating using the statement: strRated="Select DISTINCT RList.BID FROM RLIST where RList.Rating=50". How do I then use this record set to find the ID's of the five items that are rated most often with the 50 rating and then display those? Originally, I thought I could use the values 10,20,30,40 or 50 to calculate an average or a total among these records and then display the items with the hightest calculation. At least that was the intention - though I do not know exacly how to accomplish this either.
how to create a simple rating system just like the ones on Amazon.com? I found a link which i tried and i think it is flawed. No attemp was made to provide the source files
i need a rating system on my website were people would be able to vote out of to topics and once say 10 votes have been made it adds up the totals and inputs the result of the topic which won
any tutorials about how to create a rating system using ASP and access. I found this one.but it requires you to set-up ODBC and draw up the databse using DSN. I'm using Frontpage and just want to draw from the database directly.
I am creating a store and I'm looking for a ASP rating software. Something like Amazon where you write your comments, rate the product and see how many stars. I need it to have features where I can accept the comments or at least it gets reviewed. Is there such a forum like this? Anyone know of any?
How to make asp site rating system? i want to make it as:
1. A List menu with 5 sterics 2. When u select any one, it submits 3. Next page should display results in images, Like 1 to 5 stars, the rated stars should be in one color and the unrated in other color.