I get error:
POST http://localhost:8088/Views/VistaEjemplo.aspx/GetExternalPage 405 (Method Not Allowed)
Please, help me..!
Hi Diana,
Will you please let me know you want to call GetExternalPage() method in ExternalPage.cs / VistaEjemplo.cs page
Or GetExternalPage() method is in the ExternalPage.cs page.
Hi,
ExternalPage.aspx and VistaEjemplo.aspx are same in ExternalPage.cs and VistaEjemplo.cs exist the method GetExternalPage(), you can use any page.
Thank you :)
You will need to follow the following article as you are calling MVC Controller Action method and not a Web or Page method.
Call MVC Controller from AngularJS using AJAX and JSON in ASP.Net MVC
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.