Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PageMethods が定義されていないと言っています。
はい。あなたは間違いなくできます。WebMethod が として宣言されているpublic staticこと、適切な名前空間を使用して参照されていること、およびEnablePageMethodsのプロパティが にScriptManager設定されていることを確認してくださいtrue。
public static
EnablePageMethods
ScriptManager
true