使用jQuery呼叫PageMethods

PageMethods功能的引入,允許使用者在Code-Behind中將方法公開出來讓Client端的Javascript可以非同步的方式呼叫Server端的程式,以下範例將介紹如何以jQuery來呼叫PageMethods,範例中將模擬使用者填寫會員註冊表單的情境。

文章移至http://petekcchen.com/2011/03/jquery-calling-pagemethods.html