|
-
Mar 27th, 2008, 11:18 PM
#1
Thread Starter
Lively Member
[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.
-
Mar 28th, 2008, 02:41 PM
#2
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.
-
Mar 28th, 2008, 03:02 PM
#3
Addicted Member
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
-
Mar 28th, 2008, 04:25 PM
#4
Re: Is it possible?
In the AjaxControlToolkit samples, I believe it's the ReorderList sample that does what you're asking.
-
Mar 31st, 2008, 01:18 AM
#5
Thread Starter
Lively Member
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.
-
Mar 31st, 2008, 09:03 AM
#6
Re: Is it possible?
You'd have to go Google-hunting for that one. The AjaxControlToolkit samples are all C#.
-
Mar 31st, 2008, 06:07 PM
#7
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|