Posted on: 12/25/2014 1:33:40 PM | Views : 494

Hi all,

Im working on Movies portal.
I want to bind AjaxRatingControl with DalaList which is already binded with DataList paging Datasource.
I want to show Rating with each DataList item.
It needs to be got Ids from DataList Item but How To get Ids dynamicaly from DataList Item ?
or
DataList to be binded with AjaxRatingControl...
HTML
<asp:DataList ID="dlBollyWood" runat="server" RepeatDirection="Horizontal" DataKeyField = "Movie_ID" RepeatColumns="4" onitemcommand="dlBollyWood_ItemCommand"> <ItemTemplate> <div class="post bar"> <h3> <a href="#"><%# Eval("Movie_Name") %></a> </h3> <asp:HiddenField ID="HiddenField1 ...

Go to the complete details ...