Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
<style type="text/css">
.ratingEmpty
{
background-image: url(ratingStarEmpty.gif);
width:18px;
height:18px;
}
.ratingFilled
{
background-image: url(ratingStarFilled.gif);
width:18px;
height:18px;
}
.ratingSaved
{
background-image:url(ratingStarSaved.gif);
width:18px;
height:18px;
}
    </style>




XML
<body><cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
                               </cc1:ToolkitScriptManager>
                               <cc1:Rating ID="Rating1" runat="server" AutoPostBack="true" StarCssClass="ratingEmpty" WaitingStarCssClass="ratingSaved" EmptyStarCssClass="ratingEmpty" FilledStarCssClass="ratingFilled"  >

                               </cc1:Rating></body>




this above code correct or not
in my design screen not display image help plz
Posted
Updated 6-Dec-11 3:19am
v2

1 solution

you better check weather the classes are created during the execution of application using fire bug in mozilla..because your using some third party ajax control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900