The reorderlist is part of the Ajax Control toolkit which provides us with a  databound list control which can be reordered interactively. The reorder list can be bound to any datasource that implements the IList interface. Below is a sample code to use the reorder list bound to an object data source Once you have your get and update methods defined you are good to go.  Many of you might have encountered a generic “faliled …