Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
<asp:Rating ID="OverAllRate" runat="server" CssClass="ratingStar" EmptyStarCssClass="Empty"
           FilledStarCssClass="Filled" StarCssClass="ratingItem" CurrentRating="2"
           onchanged="OverAllRate_Changed" WaitingStarCssClass="Saved"
           AutoPostBack="True" >
</asp:Rating>


I have taken webform which is connected to masterpage. I have used Ajax Rating control in webform.
Whenever i run webform browser not shows me rating control. I have used codeproject site's rating control demo for reference. But then also browser shows same error
Posted

1 solution

Don't post this under Quick Answers - if you got the code from an article, then there is a "new message" button at the bottom of that article, which causes an email to be sent to the author. They are then alerted that you wish to speak to them.
Posting this here relies on them "dropping by" and realising it is for them.
 
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