I’m want to build web site in asp.net(because I know this language) in server side, and js (probably jquery) in client side, with Ajax technology.
- I heard that ASP.NET AJAX is too slow, if it’s true (is it?) – what are the other options (to combine ASP.NET and Ajax) for me?
- Which tool combine all that technologies?
thank u,
and sorry about my poor English.
I agree that the update panels and ajax in .net are not the nicest things to use. As an alternative you could use jQuery or just javascript.
Similar to my answer to this post here is a little synopsis of how to do an AJAX call in .net: