Posted on: 8/7/2014 10:34:17 AM | Views : 469

<asp:ListView ID=list" runat="server" EnableViewState="False" DataSourceID="lsource" OnItemDataBound="list_ItemDataBound"> <EmptyDataTemplate>---</EmptyDataTemplate> <ItemTemplate> <div> <%--???--%> <asp:Label ID="price" runat="server" Text="" Visible="false"></asp:Label> </div> </ItemTemplate> </asp:ListView> Hi, Is it possible to sort the listview, based on the text of the label price?
Label using datareader gets the data from another source

Go to the complete details ...