I want to display user ratings in my asp.net site using bars and ratings. The value is retrieved from data table (it s to be something like YouTube s like / dislike bar ) Can anybody guide me to do it in asp.net web page?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...