Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drag 'n Drop

Status
Not open for further replies.

AtomicChip

Programmer
May 15, 2001
622
CA
Is there any way (in asp.net, either c# or vb.net) to enable drag and drop functionality between two listboxes on a web form (without directly coding javascript)? -----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
I recently undertook this same issue and the answer is no.. not without using Javascript and DHTML. I ended up going with JScript and a couple of web services and it ended up real sweet. I did however throw out the ListBoxes due to several limitations and ended up using a table with a scroll bar...hope this helps
 
wsmall73,

Thanks, that's what I figured
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
You could also look into this idea of hosting a VB.Net Windows Form within a web page (similar to a java applet...only a vb.net windows form). With that you could probabyl get your drag and drop, but its alot of work just for a bit of functionality

D
 
Did you every fix your issue regarding text boxes and drag and drop ? if you have do you have some code examples?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top