webform listbox drag and drop - is it possible?

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
 
C

Cor

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
 
P

Peter Huang [MSFT]

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.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top