Drag and Drop on Web page

G

Guest

Hi
I'm new to .net. I would like to develop a web application where I can drag a 'Customer Name" from a tree list and drop it on a "Update Customer Address Button" . Are there any simple VB examples that show Drag-and-Drop for a beginner.
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?QnVk?= said:
I'm new to .net. I would like to develop a web application where I can
drag a 'Customer Name" from a tree list and drop it on a "Update
Customer Address Button" . Are there any simple VB examples that show
Drag-and-Drop for a beginner.

You will more likely get an answer here:

<
 
C

Cor

Hi Bud,

..Net uses for webform applications the .Net approach for serverside and a
normal Internet Explorer approach for the clientside.

If you want to do something on the clientside, look if you can find a
solution in Jscript of VBscript for Ineternet Explorer.

If you do not find that, it will be hard to do that also in .Net.

Just my thougths,

Cor

Hi,
I'm new to .net. I would like to develop a web application where I can
drag a 'Customer Name" from a tree list and drop it on a "Update Customer
Address Button" . Are there any simple VB examples that show Drag-and-Drop
for a beginner.
 

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