Drag N Drop!!!

  • Thread starter Thread starter Vai2000
  • Start date Start date
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
 
Time to educate the client.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
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
 
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.
 
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.
 
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
 
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
 
Back
Top