0
kicks
Why do ASP.NET AJAX page methods have to be static?
A thorough explanation of why ASP.NET AJAX page methods must be static methods, including information about the Page class, ViewState serialization, and what a static method actually is.