Hi
I have to show the user a message when rating control is mouse over
I tried to set tooltip but its not working
VideoRating.ToolTip = String.Format("You've rated this image {0} star", VideoRating.CurrentRating.ToString());
Check below url
http://www.codedigest.com/Articles/ASPNETAJAX/174_Customizing_the_Tooltip_of_Rating_Control_using_JQuery.aspx
http://forums.asp.net/p/1306665/2567274.aspx#2567274
http://dotnetkicks.com/ajax/Customizing_the_ToolTip_of_Rating_Control_using_JQuery