Hi,
Ajax.NET comes without any web control. This is because Ajax.NET is
used only to exchange data between client and server. The first
version was called "C# Wrapper" because it was wrapping C# method to
the client. Today I'm very happy to see this framework running on a
lot of web sites, and that with your help Ajax.NET is one of the top
libraries for ASP.NET and AJAX.
Have this in mind everytime you are using Ajax.NET. And, do not use
the page class to implement your AjaxMethods. The best way is to
create your own class with static AjaxMethods:
public class AjaxMethods
{
[AjaxPro.AjaxMethod]
public static string HelloWorld(int a, bool b, List<int> i)
{
// ...
return "Hello World";
}
}
If you are using a similar class like the example above you will not
get in trouble when using Request, Cookies, Session or Application.
;)
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---