Posted on: 11/10/2014 2:36:38 AM | Views : 392

Hi all,
I'm developing a web application regarding movies updats etc.
Im having problem when I use Ajax raiting control inside DataList control. It dose not work inside DataList.
In code behind there is an error "The name 'ratingControl' dose not exist in the current context"
When I put Ajax raiting control outside the DataList then it works.
HTML
<ajax:ToolkitScriptManager ID="ToolkitScriptManager2" runat="server" /> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:DataList ID="DataList1" runat="server" RepeatDirection="Horizontal" DataKeyField = "Movie_ID" RepeatColumns="4"> <ItemTemplate> <table> ...

Go to the complete details ...