如果我创建了 ASP.NET Web 应用程序,如何使用 AJAX 调用 WebService?
如果我创建了 ASP.NET Web 应用程序模板,如何调用 WebService(使用 AJAX)。如果您在 Visual Studio 中创建了网站模板,那么人们都会告诉您如何调用 Web 服务,但没有介绍 ASP.NET Web 应用程序模板。
How to call WebService (using AJAX) if I created ASP.NET Web Application template. Every where people are telling how to call web service if you have created a WebSite template in visual studio but not about ASP.NET Web Application template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很棒的链接,它演示了所有步骤: 使用 jQuery 来使用 ASP.NET JSON Web 服务
Here is a great link that walks through all the steps: Using jQuery to Consume ASP.NET JSON Web Services