473,396 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Drag And Drop ASP.NET

Hi,

I want to do a drag and drop from one listbox to another? is it possible??
if yes any tips ??
Regards

RG
Aug 11 '06 #1
5 1469
Check out these links:

http://support.microsoft.com/default...b;EN-US;307966
http://www.ondotnet.com/pub/a/dotnet...1/dragdrop.htm
http://www.codeproject.com/cs/miscct...ewreorder1.asp
Ciao,
Jayender

Ruben Gatt wrote:
Hi,

I want to do a drag and drop from one listbox to another? is it possible??
if yes any tips ??
Regards

RG
Aug 11 '06 #2
Thanks for the reply,

But i want to do drag and drop asp.net!

Regards

"Jayender" <ja*********@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Check out these links:

http://support.microsoft.com/default...b;EN-US;307966
http://www.ondotnet.com/pub/a/dotnet...1/dragdrop.htm
http://www.codeproject.com/cs/miscct...ewreorder1.asp
Ciao,
Jayender

Ruben Gatt wrote:
>Hi,

I want to do a drag and drop from one listbox to another? is it
possible??
if yes any tips ??
Regards

RG

Aug 11 '06 #3
Hi Ruben,

It certainly is possible. See
http://www.google.com/search?hl=en&q...+drag+and+drop

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
"Ruben Gatt" <ru***@holistic.com.mt.nospamwrote in message
news:et**************@TK2MSFTNGP03.phx.gbl...
Thanks for the reply,

But i want to do drag and drop asp.net!

Regards

"Jayender" <ja*********@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
>Check out these links:

http://support.microsoft.com/default...b;EN-US;307966
http://www.ondotnet.com/pub/a/dotnet...1/dragdrop.htm
http://www.codeproject.com/cs/miscct...ewreorder1.asp
Ciao,
Jayender

Ruben Gatt wrote:
>>Hi,

I want to do a drag and drop from one listbox to another? is it
possible??
if yes any tips ??
Regards

RG


Aug 11 '06 #4
Thanks for the links....

To be more specific...i want to get data from a listbox and drop it in a
text box.. :)

thanks .....

rg
"Kevin Spencer" <uc*@ftc.govwrote in message
news:eA**************@TK2MSFTNGP02.phx.gbl...
Hi Ruben,

It certainly is possible. See
http://www.google.com/search?hl=en&q...+drag+and+drop

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
"Ruben Gatt" <ru***@holistic.com.mt.nospamwrote in message
news:et**************@TK2MSFTNGP03.phx.gbl...
>Thanks for the reply,

But i want to do drag and drop asp.net!

Regards

"Jayender" <ja*********@gmail.comwrote in message
news:11**********************@h48g2000cwc.googleg roups.com...
>>Check out these links:

http://support.microsoft.com/default...b;EN-US;307966
http://www.ondotnet.com/pub/a/dotnet...1/dragdrop.htm
http://www.codeproject.com/cs/miscct...ewreorder1.asp
Ciao,
Jayender

Ruben Gatt wrote:
Hi,

I want to do a drag and drop from one listbox to another? is it
possible??
if yes any tips ??
Regards

RG



Aug 11 '06 #5
Hi Ruben,

Well, as I haven't done this before, I would have to research it. So, as I
gave you a resource, you can combine that with other JavaScript resources (I
can recommend some if you don't have any), and research it yourself!

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
"Ruben Gatt" <ru***@holistic.com.mt.nospamwrote in message
news:e6**************@TK2MSFTNGP05.phx.gbl...
Thanks for the links....

To be more specific...i want to get data from a listbox and drop it in a
text box.. :)

thanks .....

rg
"Kevin Spencer" <uc*@ftc.govwrote in message
news:eA**************@TK2MSFTNGP02.phx.gbl...
>Hi Ruben,

It certainly is possible. See
http://www.google.com/search?hl=en&q...+drag+and+drop

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
"Ruben Gatt" <ru***@holistic.com.mt.nospamwrote in message
news:et**************@TK2MSFTNGP03.phx.gbl...
>>Thanks for the reply,

But i want to do drag and drop asp.net!

Regards

"Jayender" <ja*********@gmail.comwrote in message
news:11**********************@h48g2000cwc.google groups.com...
Check out these links:

http://support.microsoft.com/default...b;EN-US;307966
http://www.ondotnet.com/pub/a/dotnet...1/dragdrop.htm
http://www.codeproject.com/cs/miscct...ewreorder1.asp
Ciao,
Jayender

Ruben Gatt wrote:
Hi,
>
I want to do a drag and drop from one listbox to another? is it
possible??
if yes any tips ??
>
>
Regards
>
RG



Aug 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: hemant_mishal | last post by:
Hi All, I am writting a java script library which will provide inter frame drag and drop operation. The more precise will be OLE drag and drop, which means only data will be transfered from frame...
0
by: Lauren Quantrell | last post by:
I'm trying to drop a file from Windows Explorer (or desktop, etc.) onto a field in Access2K and capture the full file path. I found an posting below that says this is possible but I cannot...
2
by: SamSpade | last post by:
There seems to be two ways to put things on the clipboard ( I don't mean different formats): SetClipboardData and OleSetClipboard If I want to get data off the clipboard do I care how it was put...
3
by: Ajay Krishnan Thampi | last post by:
I have a slight problem implementing 'drag and drop' from a datagrid to a tree-view. I have pasted my code below. Someone please advice me on what to do...pretty blur right now. ==code== ...
6
by: jojobar | last post by:
Hello, I look at the asp.net 2.0 web parts tutorial on the asp.net web site. I tried to run it under firefox browser but it did not run. If I want to use this feature in a commercial product...
3
by: VB Programmer | last post by:
In VB.NET 2005 (winform) any sample code to drag & drop items between 2 listboxes? Thanks!
0
by: ViRi | last post by:
I am currently experimenting a bit with AxMicrosoft.MediaPlayer.Intero­p.AxWindowsMediaPlayer and so far, most has gone well. Currently, i would like to add drag-and-drop functionality to the...
1
by: Darren | last post by:
I'm trying to create a file using drag and drop. I want to be able to select a listview item drag it to the shell and create a file. Each icon in the listview represents a blob in a database. When...
0
by: RHSFSS | last post by:
Hi, I have a Drag and Drop registration problem (See http://www.thescripts.com/forum/thread434707.html for similar problem post), can anyone out thereadvise on the best solution? I have a .NET 2.0 ...
5
by: Romulo NF | last post by:
Greetings, I´m back here to show the new version of the drag & drop table columns (original script ). I´ve found some issues with the old script, specially when trying to use 2 tables with...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.