Tag Archive | "ASP.NET"

ASP.NET Ajax PageMethods

October 31, 2007 No comments yet

If you haven’t yet used Page Methods then you’re really missing out. These allow you to create in-page web service methods that can then be called from the client. This is a quick tip about where these methods can be embedded. It took me awhile to figure out why my newly added methods would not [...]