Rating list Binding
-
Hi guys, i have a data base table which has comments, users, and rating, i have to bind that rating information in the form stars according to individual user, like 1st user rated 1 so 1 star, 2nd user rated 3 so 3 star, what is the best way to achieve this.
-
Hi guys, i have a data base table which has comments, users, and rating, i have to bind that rating information in the form stars according to individual user, like 1st user rated 1 so 1 star, 2nd user rated 3 so 3 star, what is the best way to achieve this.
-
I was asked for average rating like 3 people rated the item average may come like 1.2, 3.5 that rating i have to bind from code/jquery or any technology. I also googled and got the links which you have given anyhow thanks for the reply. If you come to know the average binding of rating control please reply back Thanks Vishwa
-
I was asked for average rating like 3 people rated the item average may come like 1.2, 3.5 that rating i have to bind from code/jquery or any technology. I also googled and got the links which you have given anyhow thanks for the reply. If you come to know the average binding of rating control please reply back Thanks Vishwa
its very simple bro enter this rating in to datbase people have enter 2,3,4 then find average of that one select avg((2+3+4)/3) :)
-
its very simple bro enter this rating in to datbase people have enter 2,3,4 then find average of that one select avg((2+3+4)/3) :)
-
calculation part is done bind that "Double" value to the control is not so simple as you saying, i tried to bind 3.5 it covering 4 *'s in the control.
http://forums.asp.net/t/1596782.aspx?Star+Rating+with+decimals[^] see this link this is perfect what you want to do :)