Tuesday, July 28, 2009

Using ASP.Net Ajax drag and drop?

i want to create a simple easy drag and drop using Ajax in Visual Studio 2005 in C# i've already created the site in ASP.NET not ASP.NET enabled website will this be a problem?

Using ASP.Net Ajax drag and drop?
With regrads to your question of Ajax drag, drop, it depends on what you are trying to do with the drag drop. Drag Draop can be done with basic javascripting and you might not require ajax (unless you need to communicate server side)





I have put a link to a article that discusses on AJAX drag drop with .NET





You cannot run the .NET code unless the site has .NET enabled on it. It depends on the type of web server hosted. If it is not a microsoft IIS server, it may not be able to host a .NET code. I would clarify with the provider if they host .NET and then decide whether to move to a different provider or write in a language that they support.





Hope that helps...
Reply:This is not a matter of what type of project you started. The functionality/behaviour which you described should not be implemented in AJAX. This would simply be a bad choice.





You should consider implementing dragging and dropping behaviour using JavaScript.
Reply:Yes.





the asp will only run on microsoft brand server (iis). Not Apache. Consider making a version in PHP or Perl!


No comments:

Post a Comment