Posted on: 5/15/2014 11:56:56 AM | Views : 395

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