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.
Pagemethod を使用してクラスを javascript に戻したいと思います。クライアント側とサーバー側の両方でクラスの同じ構造を作成する必要がありますか?
わかった。vb.netで次のコードを使用します
<WebMethod()> _ Public Shared Function checkTime(ByVal ID As Integer) As Integer() Do something and return the value End Function
メソッドを呼び出す JavaScript の場合:
PageMethods.checkTime(ID, OncheckTimeComplete, OncheckTimeError, senderInfo);