Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 25th, 2003, 07:44 PM
Registered User
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Implementing Drag n Drop in Web Forms

Hi,

I want to implement Drag and Drop feature in my ASP.Net application. I am using VB.Net as programming Language. Can anyone guide me how I can implement the same? I want to do the following:

I have an image on the form. To the right I have list of employees. I want to drag a name from this list and drop this on the image. When it is dropped, I have to get the URL to the image of the selected employee and show that image here.

Please help me with your ideas.

Thanks in advance.

- Jaswant Singh Rana
 
Old June 25th, 2003, 09:02 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

I think you're better off asking this question in the JavaScript forum. Drag and Drop in a ASP.NET application is a client side and thus JavaScript (or other client script) issue.

All that ASP.NET has to do with this is that it should pass the correct JavaScript to the browser.

That said, you may want to take a look here:

http://www.google.com/search?hl=en&i...ag+and+drop%22

There are really a lot of samples / tutorials available.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old July 1st, 2003, 01:10 AM
Registered User
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Imar. I was thinking if it could have been implemented using some server side events.

- Jaswant





Similar Threads
Thread Thread Starter Forum Replies Last Post
Drag and Drop batott ASP.NET 2.0 Professional 3 April 26th, 2008 07:59 PM
Drag and drop vpinhao Beginning VB 6 0 September 11th, 2006 01:33 PM
Drag/Drop bmains Javascript 1 September 22nd, 2004 07:29 PM
Saving forms in drag and Drop rylemer Javascript 0 February 26th, 2004 01:39 PM
Drag and drop Clive Astley Access 2 August 15th, 2003 12:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.