I tried to change the RenderContents method too:
int currentRating = Convert.ToInt32(Math.Floor(this.CurrentRating));
But this still doesn't do anything. I can see in the loop below where it is
setting the class that it sets the fill and empty the right number of times
but when the page displays there is one for.
For example if the CurrentRating = 3.2. There will be 4 stars colored in.
Is there another place that this need to be changed as well?
Thanks,
Joe
"Joe" <jbas...@noemail.noemail> wrote in message
news:%230cHzuO...@TK2MSFTNGP02.phx.gbl...