本文介绍了与cascadinddropdown一起使用dropdownlist.单击按钮时,这是回发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此代码运行良好,但是单击更新"按钮时,其项目值变为0.
如何去掉它.


this code working well but when update button click its item value goes 0.
how to slove it.


<asp:DropDownList ID="ddlSubproductType" runat="server" Width="99%" AutoPostBack="true">

                                    </asp:DropDownList>
                                    <cc1:CascadingDropDown ID="cddSubProductType" runat="server" TargetControlID="ddlSubproductType"

                                        LoadingText="...Loading Brands" ParentControlID="ddlProductType" Category="SubProductTypeID"

                                        PromptText="Please select Brand" ServicePath="RageRMSWebService.asmx" ServiceMethod="GetProductSubProductType" />

推荐答案


这篇关于与cascadinddropdown一起使用dropdownlist.单击按钮时,这是回发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-25 02:46