webform listbox drag and drop - is it possible?

  • Thread starter Thread starter James Radke
  • Start date Start date
J

James Radke

Hello,

I was curious, is it possible to create drag and drop interface from listbox
to listbox on a webform application (i.e. vb.net)? Basically the
application would need to load multiple listboxes with values from a
database, allow the user to drag and drop from a listbox to a different
listbox and would 'move' the item and update the database accordingly?

If so, would anyone have any examples of how to do this?

Thanks!

Jim
 
Hi James,
I think it is not standard VB.net language functionality so I think you will
need to do something on the clientside.
I gues with Script. I will advise you to ask it in this newsgroups.

news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet.webcontrols

http://msdn.microsoft.com/newsgroup...ft.public.dotnet.framework.aspnet.webcontrols


When it was a textbox, it was standard VB.net language functionality, but
that you did know of course.

When you find a sollution, I am curious too

Cor
 
Hi James,

I think cannot be done from HTML. You may try to do that by using ActiveX
controls or .NET Windows controls (provided that all clients have the
framework installed).

Here is some KB link, you may have a look.

153036 ACC2: How to Simulate Drag-And-Drop Capabilities
http://support.microsoft.com/?id=153036

307966 HOW TO: Provide File Drag-and-Drop Functionality in a Visual C# .NET
http://support.microsoft.com/?id=307966

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
 
Back
Top