Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: Two components with the same id 'BusRating_RatingExtender' can't be added to the application.
it work fine if i make it without Localize Page
but when i add a Local Resource File to this page it get me an error !!
any help plz
Comments: i found a Solution but i don't know if they any other solution ! I add a container index of listview to behaviorid <asp:Rating ID="BusRating" runat="server" CurrentRating='<%# Eval("Rate") %>' StarCssClass="ratingStar" WaitingStarCssClass="savedRatingStar" FilledStarCssClass="filledRatingStar" EmptyStarCssClass="emptyRatingStar" OnChanged="BusRating_Changed" AutoPostBack="True" BehaviorID='<%# "BusRating_RatingExtender" + Container.DataItemIndex %>' meta:resourcekey="BusRatingResource1" > </asp:Rating>
it work fine if i make it without Localize Page
but when i add a Local Resource File to this page it get me an error !!
any help plz
Comments: i found a Solution but i don't know if they any other solution ! I add a container index of listview to behaviorid <asp:Rating ID="BusRating" runat="server" CurrentRating='<%# Eval("Rate") %>' StarCssClass="ratingStar" WaitingStarCssClass="savedRatingStar" FilledStarCssClass="filledRatingStar" EmptyStarCssClass="emptyRatingStar" OnChanged="BusRating_Changed" AutoPostBack="True" BehaviorID='<%# "BusRating_RatingExtender" + Container.DataItemIndex %>' meta:resourcekey="BusRatingResource1" > </asp:Rating>