不好意思啊我还得问问,还是这个问题你说的webserver页面我没在我这找到啊,你看看这是那个下拉列表的代码:
<td>
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList2" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList3" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<cc1:CascadingDropDown ID="CascadingDropDown1" runat="server" Category="industry1"
LoadingText="正在加载..." PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
TargetControlID="DropDownList1" ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown2" runat="server" Category="industry2"
LoadingText="正在加载..." ParentControlID="DropDownList1" PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
ServicePath="admin/WebService.asmx" TargetControlID="DropDownList2">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown3" runat="server" Category="industry3"
LoadingText="正在加载..." ParentControlID="DropDownList2" PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
TargetControlID="DropDownList3" ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
</td>
请帮忙看看啊