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?
3
votes
3answers
562 views
Drag and Drop UI layouts using jQuery
For our next project (a small app in ASP.NET/C#) we have to create drag and drop zones in the UI so that components/widgets can be dragged and dropped and layouts can be changed dynamically (for ...
3
votes
1answer
454 views
Passing a variable value from javascript to ASP
With the help of this community, I've been able to pass a static chunk of text from javascript (clientside) to ASP 3.5 (server side)! This piece of code works beautifully:
$('.drop').droppable({
...
2
votes
1answer
325 views
ASP.NET drag and drop between 2 listboxes
I have two listboxes on my webpage each containing values of a database.
I want to drag one item from listbox1 to listbox2, and then the program should save the new values of listbox2 in the database.
...
1
vote
2answers
39 views
Drag and Drop in ASP.NET without javascript
Is it possible to Drag and Drop Listitems from 1 DropDownlist to another DropDownlist with pure ASP.NET and C# without using javascript ?
1
vote
1answer
35 views
asp.net - ajax drop drag proplem
i have a dragable "li" and i use ajax with asp.net. When I start the page drop-drag is working, but when I click the button it doesn't. How can I solve it? All help will be appreciated.
<script ...
1
vote
1answer
610 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
0answers
117 views
ASP.NET DragPanelExtender
I have 3 colums with a lot of boxes in it.
I'm trying to drag all those different boxes. So far so good.
But I can't put them between two boxes, they're just in front of each other.
A second problem ...
1
vote
4answers
572 views
Drag and drop-able organization chart
I just want to get some advices and inputs here. I have to generate an organization chart, in my asp.net application and it should supports drag and drop feature to update the linkage between ...
1
vote
1answer
637 views
How to trigger a postback using JQuery Droppable plugin?
This is my script for the draggable and droppable
<script type="text/javascript">
$(function() {
$(".Source li").draggable({
appendTo: "body",
helper: ...
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
2answers
2k views
Jquery Drag-and-drop containment issue - CSS problem?
I've successfully been able to create 2 DIV's, and at run time populate the 1st DIV with a whole bunch of objects, all with the .drag class. The 2nd DIV has the .drop class, and is waiting for the ...
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 ...
1
vote
5answers
5k views
Creating a drag and drop application in ASP.NET 3.5
I need to make a client able to drag and drop images into category-folders in an ASP.NET 3.5 web-app.
I was hoping that an option existed, that was almost as easy to use as the Reorderlist from Ajax ...
0
votes
0answers
13 views
Unable to get the value of attribute during drag and drop from Tree in ASP.net?
Am developing a web application which has a treeview (Drag and Drop enabled) which i have included by using the Telerik 3rd party dll. Am binding access database to it which has a table with three ...
0
votes
2answers
45 views
Can i use the Drag and Drop of HTML 5 in my asp.net application?
I know this question is quite basic but since there is lot of confusion what can be used and not from the HTML 5 tags i wanna know if i can use drag and drop feature of HTML5 in my asp application? ...
0
votes
2answers
54 views
Drag and Drop directly from Outlook to a webform
I searched online and mostly found answers that it cannot be done.
My case is a bit different as the application we are developing is for an in-house purposes only and can allow any security level in ...
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
1answer
110 views
Hierarchical Grid with the items Drag and Drop functionality?
I'm wondering if there is out of the box control that supports both hierarchical data binding and in the same time items/rows drag and drop functionality can be implemented?!
I know that Telerik ...
0
votes
1answer
78 views
Problem dropping item on WebBrowser component
I would like to drop some controls from a self-defined toolbox onto a WebBrowser component. Because this component doesn't support drag-drop I use a wrapper to catch DragEnter, DragOver, ... This ...
0
votes
1answer
160 views
Drag and Drop content blocks on the page like web parts
I been testing Telerik Sitefinity CMS. I noticed drag and drop content blocks on the page like in the screen shot I am dragging and dropping content on the page and certain areas allow to drop those ...
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
1answer
27 views
Dragging and dropping arbitrary DOM objects
There are a lot of resources on this kind of question, especially on this site, but none of them quite fit what I want.
I'm writing a .NET application using asp.net and C# (is there a better way to ...
0
votes
1answer
124 views
Jquery issue with IE 9
I'm getting the following error when i'm trying to implement the drag and drop functionality in IE 9 browser.it works fine in google crome and fire fox
Microsoft Jscript runtime error:unable to get ...
0
votes
1answer
185 views
Drag and Drop with datalist items:
Can I use WebPartsZone inside a datalist control?
I need to have draggable items inside a datalist control and datalist items
must be able to dragged and dropped into a control like datalist, Div ...
0
votes
5answers
577 views
JQuery Drag and drop Save positions
I'm using the JQuery drag and drop to create a dashboard used on websites such as www.bbc.com. Is it possible to save the coordinates of the control after dragging and dropping the controls? if so, ...
0
votes
2answers
131 views
Save content of divs on different positions
I have on the left some names(divs) and on the right 3 squares which are divs (nr1, nr2, nr3).
I can drag the three names on the right squares and make a top 3. All this is done with jquery.
How can ...
0
votes
1answer
278 views
Simplest way to create Drag & Drop shopping cart - asp.net
What is the simplest way to create drag and drop shopping cart in ASP.NET.
Is JQuery the only way?
Any suggestion ?
0
votes
2answers
678 views
ActiveX control for drag and drop file upload in IE
Hi
I need a drag and drop file upload in my asp.net application like gmail but it should support IE browser only.I thing i have to develop a ActiveX control to achieve this .Can any one guide me or ...
0
votes
1answer
687 views
Drag Drop items within ListView in ASP.Net
I have a listview showing images like ImageViewer and I want to implement Drag-Drop behavior within ListView. Please let me know how can i achieve the Srag-Drop inside the below kind of customized ...
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
590 views
JQuery Drag and Drop features with ASP.NET
Hey I wanna save the order of my list to the sql server database in jquery drag & drop using asp.net c#.
How can I do this?
0
votes
1answer
107 views
Web-To-Print - What technology should I explore? Web-Content -> drag & drop to Templates -> PDF
I'm discussing some software design issues with a potential client and the idea of Web-to-Print technology has come up.
We need users to be able to drag images from an image library to various ...
0
votes
1answer
72 views
Where to get the “latest” ASP .NET Preview DLL and Script
I have been trying to download the ASP .NET AJAX Futures but I can only see old versions of the DLL via sample tutorials from other websites. I need the DLL to use the Drag and Drop feature according ...
0
votes
1answer
2k views
Drag-and-Drop GridPanel rows in Coolite
Coolite has excellent support for Grids, and the GridPanel control has an obvious property: EnableDragDrop. But after a lengthy search through the forums and given examples, I have yet to come across ...
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 ...
0
votes
2answers
1k views
Drag & Drop involving accordion panes (VB/ASP)
I have an accordion control in ASP 3.5, with multiple accordion panes. For the sake of simplicity, I will only focus on one pane as the problem is pane specific. Using JQuery, I created a draggable ...
0
votes
1answer
1k views
Drag & Drop in VB/ASP Using Controls Created During Runtime
This is my first time posting on Stackoverflow, but I've been reading through many questions & answers for a couple months now! Now, I'm stuck and I desperately need help.
Background info:
Site ...