<cc1:Rating ID="Rating1" runat="server"
StarCssClass="star_rating"
WaitingStarCssClass="star_saved"
FilledStarCssClass="star_filled"
EmptyStarCssClass="star_empty"
AutoPostBack="true"
Tag="10"
CurrentRating="2"
MaxRating="5" BackColor="#CCFF99" BorderColor="#FF0066"
>
</cc1:Rating>
I read through this article:
http://programming.top54u.com/post/ASP-Net-AJAX-Star-Rating-Extender-Control.aspx
What are all those CSS attributes? Do i need to create CSS files.. and fill everything myself..? How can i make the control appear and be visible on the page?
No you do not need to create css files for this just include the classes in head section.
codebehind section