I am building a new app in .NET3.5. This app is heavily geared at retreival of information from backend web services, and so I would like to use AJAX to 'nicely' call my C# web services. What's the best way/framework/toolkit to use AJAX in VS2008?
+1
A:
Are you aware of the official library? Despite being in beta, it is robust and reliable.
ASP.net AJAX: http://www.asp.net/ajax/
enbuyukfener
2010-01-11 06:01:59
A:
http://www.asp.net/ajax/AjaxControlToolkit/Samples/
you could use the .net ones.
I purchased telerik controls however and find them quite good. http://demos.telerik.com/aspnet-ajax/controls/examples/default/defaultcs.aspx
Kieran
2010-01-11 06:03:21
A:
I believe that jQuery is the best solution. It is not specifically targeted to .NET, but it is easy to learn and very powerful. There are thousands plug-ins available. And VS2008 has intellisense support for it.
kgiannakakis
2010-01-11 06:04:23