2

I'd like to know how to achieve web site customization like iGoogle (in particular I'd like to know how to drag/drop parts of web page (a.k.a. "prtlets") to different corners) ?

Roman Kagan
  • 10,440
  • 26
  • 86
  • 126

3 Answers3

1

Is this Asp.Net? If so you can check out the following web-parts: http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx

Brian Schmitt
  • 6,008
  • 1
  • 24
  • 36
1

You can achieve this in different ways in different platforms ...

But they all use advanced levels of javascript and css manipulation ...

in ASP.NET for example there is a great example called dropthings

http://www.codeproject.com/KB/ajax/Web20Portal.aspx

It is a great example for how to achieve same level of customization

Community
  • 1
  • 1
Omar
  • 15
  • 1
  • 5
1

See this question how-to-use-draggable-sections-like-on-igoogle.

Check out the NETTUTs tutorial linked there by ceejayoz. It is exactly what you want.

Community
  • 1
  • 1
Robert Groves
  • 7,574
  • 6
  • 38
  • 50