Results 1 to 5 of 5

Thread: [RESOLVED] Retrieving ListView Items after Drag Drop

Threaded View

  1. #1
    Lively Member
    Join Date
    Apr 02
    Location
    Kansas City
    Posts
    119

    Resolved [RESOLVED] Retrieving ListView Items after Drag Drop

    Hi everyone!

    So I have two databound listviews and I'm using jQuery to drag and drop the items between the two. I utilized this implementation. That part is working great (finally).

    However after I am done dragging and dropping I need to get all of the items from one of the lists. Iterating through the listview in the code behind only returns the items that were originally bound to the list (by design).

    So how can loop through the list view, get all the items and return it server side. I'm assuming it's a javascript solution be I haven't found any good examples of that. Or is there a jQuery solution to that?

    Any help would be appreciated and I thank you in advance for any replies.
    Last edited by slaws; Nov 7th, 2011 at 04:51 PM. Reason: RESOLVED
    Scott

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •