Tagged Questions
5
votes
2answers
439 views
file upload using drag drop
I want to upload and download files using drag n drop between user computer and web browser. How can I do it ASP.NET/AJAX or JS/JQuery?
1
vote
1answer
611 views
create a web page with drag and drop to work on PC, iPad & iPhone
Is it possible or easy to create a web page that allows users to drag and drop divs around the screen, and that this would work in a brwoser, whether that is on a PC, and iPhone, or an iPad?
My web ...
1
vote
4answers
1k views
Drag-and-drop accordion panels? (ASP.Net)
I have a set of accordion panes(dynamically created) contained in an Accordion control. Basically, what I am wanting is for the user to be capable of dragging these accordion panels so that instead of
...
1
vote
1answer
119 views
CSS issue - my DIV stays collapsed!
On the homepage of my website - www.mobiuspc.com, I have some distinct sections that I color coded so I could see how its all laid out. There is the master page section, which works just fine (its the ...
0
votes
2answers
118 views
How to get the new GridView row order in the server side when using Drag and Drop?
Currently I am using the table Drag and Drop plugin (http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/) to achieve the drag and drop functionality in my GridView rows.
Probably, I will ...
0
votes
2answers
34 views
Redirect to new URL after dragging&dropping a file
I want to include a container on an aspx site that allows drag&drop of files. The behavior that I would like to implement is the following:
After a user drops a file on a container I would like ...
0
votes
0answers
244 views
event capturing or bubbling
I have a link button in a repeater control. the li element is drag and droppable using jquery. when the page loads the the link button works perfectly, the jquery that is attached and the server ...
0
votes
2answers
364 views
.droppable doesn't seem to trigger anything? JQuery + ASP
With the help of the stackoverflow community, I've got the dragging to work perfectly using JQuery. Now, I've assigned a .drop class (and made it .droppable), but whenever I drop a .draggable onto the ...