javascript のメソッドと c# のメソッドがあり、ボタンをクリックして両方を呼び出したいと思います。
最初に、onclick という入力を取得するので、という名前の c# メソッドを呼び出したいと思います。'Find_Direction'
次に、という名前の javascript メソッドの後に呼び出しますcalcRoute
。
私はこれを試していましたが、運がありませんでした:
<asp:Button id="Button1" UseSubmitBehavior="False" value="GetDirections" onclick="calcRoute" OnClientClick="Find_Direction" runat="server"/>
次のエラーがポップアップしました:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'ASP.findroute_aspx' does not contain a definition for 'calcRoute' and no extension method 'calcRoute' accepting a first argument of type 'ASP.findroute_aspx' could be found (are you missing a using directive or an assembly reference?)