Web Forms :: Developing A Website That Display Products And The Users Will Be Able To Rate These Products?

May 10, 2010

I am developing a website that display products and the users will be able to rate these products. At the end of the month a winner product will be highlighted on the website home page. What I need to know is how to determine the winner product if I have the following rating scenario, The user will rate for the product by choosing a value from 1 to 5 where 1 mean bad and 5 excellent.

If 10 users voted for the product A and the average rating was 4 and 1 user voted for product B and the average rating were 5 that mean product B will be the winner. I feel this is not the correct method to determine the winner. one has better method that take in consideration the number of voted users to determine the winner?

View 3 Replies


Similar Messages:

Web Forms :: Display All Products And Products From Category Using QueryString?

May 16, 2012

this is my last thread

[URL]

this is my code

<li><a href="Furniture.aspx?h_name=electric">Electric</a></li>
 
in Furniture.aspx will show all product that have H_name=electric 

i have another  Item 

<li><a href="Furniture.aspx?h_name=?">show all</a></li>

i want when user click in this item on jquery menu in Furniture.aspx will show all product in this item H_name is'nt important i want show all product with different H_name

View 1 Replies

Web Forms :: Display Products With Textboxes?

Sep 11, 2010

I need to display a list of products 1 below each other with a textbox, i will also need a checkbox that will hold the prodID. so i was thinking i need to do a loop but i am not sure how to do it. It needs to be like this

[checkbox(which will contain the prodID)] prodName Qty [textbox1] [textbox2]

so for each product in my products table i want to display it like above, now this is for a stock take module so the client will enter his values for each product in textbox1, when the client clicks the submit button, i will need to loop through the above products and calculate the difference if any so it will be (QTY - TEXTBOX1), if there is a difference the check the checkbox and display the difference in TEXTBOX2. so if the QTY = 10 and the client entered 8 in textbox1 then textbox2 should show you 2 and the checkbox should be checked. then the client will click the update button and it will loop through every product above and where the checkbox is checked, it should update the QTY of that product from the value entered in textbox1.

View 3 Replies

Forms Data Controls :: Display Products From Table?

Oct 6, 2010

I have a gridview which shows products from product table. I have 1000s of products in db and gridview shows 15 records per page. I want to fetch only 15 records from database at one time but page number should show as all products are in list and with page change next products should be displayed. grid has sorting enabled. on top of page there is a text box for records filtering so I need to keep sorting in mind as well.

View 1 Replies

Forms Data Controls :: Control The Display Of Different Products From The Same Table?

Mar 5, 2010

I have a table which contains products with many different attributes (columns). Depending on which product the user looks at I want to present it differently as one product might have only a few attributes and others have a lot. I have been thinking a long the line of having a set of templates and associate each product with a template but can't figure out how implement that in a smart way. Some options I have been thinking of 1) One datasource and several formviews - doesn't work if I'm not misstaken 2) Several form views and datasoruces - this would however need programming to enable to right set. 3) Using the wizard control to separate different form views and data sources.

View 4 Replies

Forms Data Controls :: ListView Display Products Quantity?

Sep 19, 2010

I'd like show a products list in one ListView. Each item is a product in the List<Productos>.

If a product quantity is 3, the list have 3 repeated items with the same product.

How can i do for display in the item of ListView the product description + quantity of this product?

This is my code:

[Code]....

View 7 Replies

Forms Data Controls :: Trying To Use The ListView Control To Display A Products Catalog Comming From A Database?

Jul 9, 2010

I'm really new at asp.net 3.5 I'm comming from Classic ASP and I have been experimenting with ASP.NET. I'm trying to use the ListView Control to display a products catalog comming from a database. My first test was succesfull but I have a question.I want to be able to display the title of the product in Bold if certain conditions exists for that product. I tried using the ItemDataBound event but I don't know how I to get the value from the database field.I have the following code

ASPX PAGE

[Code]....

CODE BEHIND

Protected Sub productsList_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.ListViewItemEventArgs) Handles productsList.ItemDataBound

View 3 Replies

How To Create A Thumbnail Solution In Order To Display Pictures Of Products

Jan 21, 2010

I need to create a thumbnail solution in order to display pictures of products.
There can be more than 1 thumbnail per product and I need a way to enlarge the image as well.

The thumbnails will be displayed in atleast 3 or 4 pages across the system and I need the ability to delete them as well.

For version 2 of the software (knowing PM's it may be thrown into Version 1), I think I will need to be able to enhance this feature to allow movie clips so that's something I need to keep in mind.

The images will be stored in the DB so I can sort the code to retrieve them but I'm originally a windows programmer and this is my first major ASP.NET project and also my first attempt at C#.

View 14 Replies

Javascript - MVC List With JQuery - Links - View To Display A List Of Products

Nov 5, 2010

I am using a strongly-typed view to display a list of products, where every li-element gets a unique id:

<ul id="product-list">
<% foreach (var item in Model.Products)
{ %>
<li <%= "id="product_" + item.Id + """ %> >
<div class="item">
<%= item.Name %>
</div>
</li>
<% } %>
</ul>

Now I want to attach to the click-event of every single li-element, so that if the user clicks on a div-element, detailed product-informationen should be loaded asynchronously into a details-pane. I know how I can use jQuery to invoke an action-method ajax-style and also how to display the json-result which contains the product-details, BUT I have no idea, how I could attach the onclick-event to every single div, so that I can use the productId to load the details.

View 4 Replies

Products Datalist And Page Data To Display In A New Page?

Feb 23, 2010

I wanted to know peoples thoughts on ways of achieving the following:

1.I have a products page which is in a datalist.When i click the page how can i get the page data to display in a new page with all product details so customers can see everything about the product

2.Also i currently have an upload facility which allows admin users to upload products with descriptions and other info.But i have to add a colours option.My problem is how can i store this information for the product as there may be several colours available for the product.Would i have to create fields for different colours in the products table?

also how could i attach images for each colours when selected from dropdown? e.g when customer selects blue colour it will display the image attached to the blue product?

View 3 Replies

Web Forms :: Showing Different Products On The Same Page?

Feb 5, 2010

I'm trying to pull different product meta tags from a database onto a page. The problem I have is my DefaultValue="59" is the only product to be displayed if I change this value to another product id it displays just that products meta tags.

Below is my code:

[Code]....

[Code]....

[Code]....

View 4 Replies

Web Forms :: Compare Products In Online Shopping

Oct 22, 2010

I have an online shopping system and i need to compare various products How can i achieve this?

View 3 Replies

Web Forms :: Finding Keywords In Text And Linking To Products?

Dec 5, 2010

I want to find the keywords/products in text block and link them to my products.

Is a algorithm or sample code somewhere i can start with?

View 4 Replies

Web Forms :: Sending Automatically Emails When Customers Buy Products?

Aug 24, 2010

I'm sending automatically emails when customers buy products on my ecommerce portal.

But, send pages by emails, at least in my server, using asp.net is too slow.

So, I want to send emails automattically, but using SERVER PROCESSING (Server Side). Did you get my point?

The customer won't see the sending process. But in background, directly on the server, the email is being sending.

View 1 Replies

Forms Data Controls :: Fetch Count Of Products?

Apr 12, 2010

Im haveing three tables T1 ,T2, T3. T1 contain root node for tree view, T2 contain child node and T3 contain product.Im populating the tree view from T1 and T2. Now I want count of products in each subcategory in front of each child node(T2). The products are being uploaded by user.Plz help how to achive this.The code to populate the tree view :

if (!IsPostBack)
{
//Fill the treeview control Root Nodes From Parent Table

[code]...

View 15 Replies

Web Forms :: How To Maintain History Of Products Viewed By User

May 7, 2015

I have product.aspx page  that users can see all product on this page and if they click on product they go to viewproduct.aspx Now I want when users saw some product detail's(i.e they see 4 product details-->go to viewproduct.aspx) when they come back to product.aspx page in product.aspx page is datalist that in this datalist show viewed product by users...

i.e here if user see 4 product details, in product.aspx in datalist show 4 image of viewed product...

View 1 Replies

Web Forms :: How To Make Invoice For Ordered Products In Eshop

Jan 22, 2013

what's the steps for making invoices in a eshop? need I make a saperate table for invoices? Or can I use products and orders and orderlines tables to make invoice?

I think I can do it by shoing orderId, username,orderstatus, total price,... in a gridview and shoing ordered products name,quantity, price in a child gridview in grdview above and print above information.

Is it right way or not?
is there any better way? and for example for 50 orders in a day how can I print 50 Invoice in seperate a4 pager?

View 1 Replies

Forms Data Controls :: Paging In Datalist - Show Products

Feb 19, 2010

I have One site in which i have to show products using datalist and use of paging is must i have created the same but its not very effective i want the paging same as [URL]

View 4 Replies

How To Get The Products From A Database

Jun 18, 2010

I have been messing around with a Shopping Cart Tutorial i found on NetTuts+ I would be keen to find out how get the products from a Databse rather than use the product class they have made for the tutorial.

View 7 Replies

ADO.NET :: Using Categories To Get Products?

Nov 7, 2010

I am having problems in getting product data when using different levels of categories. My knowledge of SQL is also very limited.

Here is what i have so far

TABLES
Categories
CategoryID (PK) int
CategoryName nvchar(max) allow null
ParentID int allow null
Data for this table
1,Soaps,null
2,Original Range,1
3,Premium Range,1
4,Speciality Range,1
5,Seasonal Collection,4
6,Selection,4
Products
ProductID (PK) int
ProductName nvarchar(max)
ProductDescription nvarchar(max) allow null
ProductPrice money
CategoryID int

Data for this table

1,Prod1,some text,0.25,6
2,Prod2,some text,0.25,6

I have some linq to sql in the page load event that populates a list view,

[Code]....

Now when the category passed in from the query string is 6 then the products with a category of are shown correctly but category 6 is a child category of 4 and 4 is a child of 1 so when i pass in 4 as the category i should still be retrieving the data for products 1 and 2.

View 4 Replies

Forms Data Controls :: How To Limit The Number Of Products Displaying On Webpage

Apr 21, 2010

i have used a repeater in my website, and linked it to acccess data source, and thats the good bit...

i now have 26 items displalying on 1 page...

i was wondering if i could have help on how to limit the number of products displaying on my page.

my code:

[Code]....

View 3 Replies

Forms Data Controls :: TextSearch Box To Search For Products That Will Populate A Gridview?

Mar 11, 2010

I have a created a aspx page called SearchTeam and in my database I have my image titled called fld_Kit Image which records the name of nameofimage.jpg. In my Solution Explorer I have the images in separate folder and have used a processhandler.

SearchTeam.aspx@
Page
Title=""
Language="VB"
MasterPageFile="~/MasterPage.master"
AutoEventWireup="false"
[code]...

View 1 Replies

Adding Products Categorywise

Apr 23, 2010

ProductCategory
ProductSubCategory (foreign key with ProductCategory )
Product(foreign key with ProductSubCategory,ProductCategory)
1)add/edit/delete new ProductCategory
2)add/edit/delete new ProductSubCategory (With respect to ProductCategory )
3)add/edit/delete new Product (With respect to ProductCategory and ProductSubCategory )

I dont know the best way to do this.Preferably with some vb code.

View 1 Replies

Forms Data Controls :: Showing Duplicate Products In Shopping Cart Using Datatable?

Jul 15, 2010

I am building a shopping cart with datatable in C#.net.As i select the product again for shopping cart,besides inceasing the quantity of the product.it is showing the product again in gridview.

View 4 Replies

Forms Data Controls :: Listview Not Updating Products And Not Turning Back To Itemtemplate

Aug 8, 2010

I have a listview showing the data, and that i will use to Show, Edit, Delete, and Insert data.

I added a ASP.NET Ajax HTML Editor to the EditItem Template.

I click on EDIT button and it turns into the EditItem Template, i modify the data and when i click UPDATE it does nothing.

Neither updating data or turning back to ItemTemplate.

Here is its code:
[Code]....

And the Code behind:
[Code]....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved