|
Drag and Drop with Ajax .net C# -- YounesElMkadem --
Hello men, I just started developping .Net application using Ajax .net for some asynchrounous call. Now, i'm developping a .net application (C#) and i need to make in place a drag and drop using Ajax .net... Pricesely, the client side page contain a list of names.....and i wonder if it's possible to allow to users to change the list order by dragging each name of the list and dropping it in a choosen place in this list.... So, if someone of you has an idea, it will be nice from him... Thanks! Younes |
|
-- JosephGuadagno --
The Yahoo User Interface library supports drag and drop. http://developer.yahoo.com/yui and the library can be used in conjunction with AjaxPro.NET.Joseph Guadagno http://josephguadagno.net On 7/22/06, Younes El-Mkadem <Younes.El-Mkadem> wrote: Hello men, I just started developping .Net application using Ajax .net for some asynchrounous call. Now, i'm developping a .net application (C#) and i need to make in place a drag and drop using Ajax .net... Pricesely, the client side page contain a list of names.....and i wonder if it's possible to allow to users to change the list order by dragging each name of the list and dropping it in a choosen place in this list.... So, if someone of you has an idea, it will be nice from him... Thanks! Younes > -- Joseph Guadagno http://josephguadagno.net |
|
-- ChristianHubinger --
Hi, The current BorgWorX subversion trunk/ allready contains a almost complete generic Drag'N'Drop framework. greetings, chris www.borgworx.net |
|
-- o0JoeCool0o --
also scriptaculous has drag and drop support. or you could build your own usign javascript! |