我正在asp.net中开发一个应用程序,需要通过调用asmx方法来填充级联下拉列表。
代码在Google Chrome和Mozilla FireFox上正常运行,但在IE10上抛出方法错误500 。 有没有我错过的IE设置?
以下是代码:
<ajaxToolkit:CascadingDropDown ID="SomeCascadingDropDown" runat="server"
ParentControlID="SomeParentDropDownList" Category="Product"
TargetControlID="SomeDropDownList"
ServicePath="~/Services/SomeEntitysData.asmx"
ServiceMethod="GetSomeEntity"
LoadingText="Loading"
PromptText="Select">
</ajaxToolkit:CascadingDropDown>
ë
答案 0 :(得分:1)
//要允许使用ASP.NET AJAX从脚本调用此Web Service,请取消注释以下行。 [System.Web.Script.Services.ScriptService]