please help:
System.ArgumentException: AjaxControlToolkit.RatingExtender missing required StarCssClass property value for Rating2_RatingExtender.
Parameter name: StarCssClass..
code:
<title></title>
<style type="text/css">
.Star
body
{
font-family: Arial;
font-size: 10pt;
display: block;
background-repeat: no-repeat;
}
th, td
{
height: 30px;
width: 100px;
}
</style>
<style type="text/css">
.Star
{
background-image: url(images1/Star.gif);
height: 17px;
width: 17px;
}
.WaitingStar
{
background-image: url(images1/WaitingStar.gif);
height: 17px;
width: 17px;
}
.FilledStar
{
background-image: url(images1/FilledStar.gif);
height: 17px;
width: 17px;
Display:Block;
background-repeat:no-repeat;
}
</style>
</head>
<body>