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) ?
            Asked
            
        
        
            Active
            
        
            Viewed 324 times
        
    3 Answers
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
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