Drag N Drop!!!

V

Vai2000

Hi All, I need to provide Drag N Drop Functionality on a WebForm? How to
proceed about it, Client is unwilling to go with DHTML Solution, wants some
other way to accomplish it.

TIA
 
K

Kevin Spencer

Time to educate the client.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
G

Guest

Hi Vai2000,

What about javascript? You can get the same effect by changing the
coordinates of elements with onmousedrag event. But you might get flickers
etc. If you are looking for a component that uses only javascript and no
DHTML, I came across this one, might help;

http://blog.simon-cozens.org/6785.html

Hope this helps,

Ethem
 
K

Kevin Spencer

HTML +/- JavaScript +/- CSS = DHTML. If you want drag /n drop functionality,
you need JavaScript + HTML (DHTML).

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
V

Vai2000

Thank ya all, I am overwhelmed with the responses! I will start educating
the client that the soln is unachievable without DHTML and proceed
thereafter.
 
I

IPGrunt

Hi All, I need to provide Drag N Drop Functionality on a WebForm? How to
proceed about it, Client is unwilling to go with DHTML Solution, wants some
other way to accomplish it.

TIA

How about a Flash component or Java applet?

-- ipgrunt
 
D

darrel

Hi All, I need to provide Drag N Drop Functionality on a WebForm?

Are you SURE? What, actually, is the bigger issue that needs to be resolves.

Then the client says the above and then says 'but without DHTML' I think
that the client isn't actually fully defining the actual problem yet.

FYI, besides javascript, you could use a Java Applet or a Flash interface.
Though both would likely be overkill and alot more work. ;o)

-Darrel
 

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

Similar Threads


Top