I have a repeater that’s bound to a SQL Data Source (using ASP.NET). Are there any JQuery plugins/efficient way of converting my repeater into something that can be sorted via drag and drop? i.e. users can rearrange the order of the data, which updates the database?
Thanks
Yes, use jQuery UI sortable plugin like so
Here is what the repeater markup would look like
You can see a live demo and download it at jqueryui.com