Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6072713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:11:26+00:00 2026-05-23T10:11:26+00:00

<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 >

  • 0
<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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:11:26+00:00Added an answer on May 23, 2026 at 10:11 am

    No you do not need to create css files for this just include the classes in head section.

          <head runat="server">            
             <style type="text/css">
                /* Rating */
                .ratingStar {
                          //image path for ratingStar here
                        }
    
              .filledRatingStar {
                       //image path for filledRatingStar  here
               }
    
              .emptyRatingStar {
                         //image path for emptyRatingStar  here
               }
    
              .savedRatingStar {
                         //image path for savedRatingStar here
              }
    </style>
    
        </head>
      <body>
        <form id="form1" runat="server">
            <asp:ScriptManager ID="ScriptManager1" runat="server">
           </asp:ScriptManager>
          <div>
          <cc1:Rating ID="ThaiRating" runat="server" BehaviorID="RatingBehavior1"
                    CurrentRating="2"
                    MaxRating="5"
                    StarCssClass="ratingStar"
                    WaitingStarCssClass="savedRatingStar"
                    FilledStarCssClass="filledRatingStar"
                    EmptyStarCssClass="emptyRatingStar"
                    OnChanged="ThaiRating_Changed"
                    style="float: left;" />
       </div>
        </form>
      </body>
    

    codebehind section

         protected void ThaiRating_Changed(object sender, RatingEventArgs e)
         {
            Thread.Sleep(400);
            e.CallbackResult = "Update done. Value = " + e.Value + " Tag = " + e.Tag;
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a slider control that looks like this: <cc1:SliderExtender ID=sliderTest runat=server Enabled=True
What property do I need to set here ? <cc1:Accordion ID=Accordion1 runat=server FadeTransitions=true AutoSize=Fill
I have a model pop extender control like: <cc1:ModalPopupExtender ID=basketPopUp runat=server PopupControlID=Panel1 PopupDragHandleControlID=PopupHeader Drag=true
I have an application with star rating. Star rating inside repeater. <asp:Repeater ID=reptweet runat=server
I'm using GM Date Picker.. My code is as follows: <cc1:GMDatePicker ID=DatePicker AutoPosition=false runat=server
I have a GridView with 5 fields in jqQrid <cc1:JQGrid ID=Qgrid runat=server Width=700px Height=100%
I have this: <cc1:UpdatePanelAnimationExtender ID=UpdatePanelAnimationExtender1 TargetControlID=pnlUpdatePeriodDetails runat=server> <Animations> <OnUpdating> <Parallel duration=0> <ScriptAction Script=onUpdating('divLoadingImage', 'divDetailsContent');
Work on Asp.Net vs 08. Below is my code <asp:TextBox ID=txtSTART_DATE runat=server></asp:TextBox> <cc1:PopupControlExtender ID=txtSTART_DATE_PopupControlExtender
<asp:Panel ID=pnlGrdShift runat=server ScrollBars=Auto Width=900px Height=520px CssClass=srcColor> <cc1:GridView ID=gvShift runat=server AutoGenerateColumns=False AllowSorting=True CssClass=grid OnDataBound=gvShift_DataBound
I have Async File Upload <cc1:AsyncFileUpload ID=AsyncFileUpload2 EnableViewState=true Width=400 UploaderStyle=Modern OnClientUploadComplete=showDiv OnUploadedComplete=AsyncFileUpload1_UploadedComplete ClientIDMode=AutoID runat=server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.