views:

124

answers:

1

Need to implement draggable and resizable list of items using Jquery or ASP.NET controls. Any code snippets or links?

+2  A: 

Assuming you haven't already tried it (you're question seems rather elementary), jQuery UI's Dialog should be all you need, or perhaps some combination of Draggable and Resizable.

brianpeiris