How to... use Class Libraries with ASP.NET AJAX like AjaxPro(weblogs.asp.net)
submitted by
alley(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...
|category: AJAX
|Views: 9
tags:
AJAX JavaScript AjaxPro ASP.NET another
Everyones tags:
Your Tags: