Am new to reorderList.
Am tried this one
but i cann't reorder my list.
<Ajax:ReorderList runat="server" ID="exampleOfReorderList" AllowReorder="true" ItemInsertLocation="Beginning"
LayoutType="User" PostBackOnReorder="true" ShowInsertItem="true">
<ItemTemplate>
<asp:Label runat="server" ID="lblName" Text='<%#Bind("Value")%>'></asp:Label>
& ...
Go to the complete details ...