control for asp.net that provides drag-n-drop screen elements?

  • Thread starter Thread starter Gene
  • Start date Start date
G

Gene

Hello,
Is anyone aware of an asp.net (webform) component that allows "content" in a
web page to be "picked up" and moved to another location? I'm thinking of
the personalization mechanism that msn.com offers.
Thanks in advance,
Gene
 
What your talking about are DHTML draggable layers. You would have to write
a control that created the relevent client code. You could start with the
MS javascript.

http://msdn.microsoft.com/library/toolbar/toolbar.js>
(BTW, the effect only works in IE)

Regards

John Timney
Microsft ASP.NET MVP
Microsft Regional Director
 

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

Back
Top