Stories recently tagged with 'AjaxPro'

How to... use Class Libraries with ASP.NET AJAX like AjaxPro(weblogs.asp.net)

submitted by alleyalley(2840) 4 years, 1 month ago

Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the AjaxPro library checks for all public methods inside a specified type that are marked with the [AjaxMethod] attribute. The only thing you have to add to the Page class (in the Page_Load event) is the call to AjaxPro.Utility.RegisterTypeForAjax(typeof(ClassName)). read more...

add a comment |category: |Views: 9

tags: another

Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET read more...

add a comment |category: |Views: 57

tags: another