Drag and Drop on Web page

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
* =?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:

<
 
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.
 
Back
Top