Archive for November, 2008

ASP.NET Web Services from Javascript with jQuery (without the ScriptManager)

Friday, November 28th, 2008

How to get AJAX functionality out of your ASP.NET web pages, without the javascript bloat of the ScriptManager / Ajax.NET.

Calling web services from javascript with ASP.NET was made easy with the ScriptManager object, but that has the nasty habit of adding over 100k of javascript just by its mere inclusion. Such a price to pay […]