Results 1 to 7 of 7

Thread: [RESOLVED] Is it possible?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    65

    Resolved [RESOLVED] Is it possible?

    Using vs.net 2005 with AJAX
    I'm developing an asp.net page with images embedded in a table.
    What I want to know is, is it possible for the user to be able to re-arrange the image order? Like a drag and drop or something like that. If so, how? I have no idea.
    Thankx in advance.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Is it possible?

    This would involve client side JavaScript. Getting the image to be moved around is probably easy enough, but how you do it most likely depends on what you want to happen to the new image positions afterwards.

  3. #3
    Addicted Member
    Join Date
    Jan 2008
    Location
    Pittsburgh
    Posts
    169

    Re: Is it possible?

    Would be easier if you did not put the images in a table. There are a number of examples of websites that have drag and drop done with Javascript although I cannot think of any off the top of my head.
    If you're going to be crazy, you have to get paid for it or else you're going to be locked up. -- Hunter Thompson

  4. #4
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it possible?

    In the AjaxControlToolkit samples, I believe it's the ReorderList sample that does what you're asking.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    65

    Re: Is it possible?

    Thankx for the quick replies...
    Very helpful...
    I'm looking at the RecorderList example given by AJAX.
    Do you know if there is an example in vb?
    I'm having trouble understanding it in C#.
    Once again, thank you very much for all your help.

  6. #6
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it possible?

    You'd have to go Google-hunting for that one. The AjaxControlToolkit samples are all C#.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    65

    Re: Is it possible?

    No problems...
    Thankx again for your help.

Posting Permissions

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



Click Here to Expand Forum to Full Width