<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 ...