SharePoint 中的动态级联下拉菜单
我正在使用 ASAP.Net4.0 C# 和 SharePoint 2010。我的要求是我需要一个显示空文本框的 Web 部件。用户输入一个数字,然后动态创建该数量的 DropDown。到目前为止没有问题。
假设用户在文本框中输入 5,因此动态创建 5 个 DropDow。
现在所有 DropDown 都必须级联。我的问题是,当我更改任何 Drop Down 的值时,它会导致回发并再次绑定所有 DropDown。我希望如果用户选择第 3 个 Drop Down,则 Drop Down 1 和 DropDown 2 不应重新绑定或更改,但 DropDown 3 之后的所有 DropDown 都必须更新。如此处所示,DropDown 4 应使用 DropDown 3 中选择的新值进行更新,而 DropDown 5 将没有项目,因为 DropDown 4 中没有选择。
请指导。
I am working with ASAP.Net4.0 C# and SharePoint 2010. My requirement is I need a web part that display a empty textbox to start off with. User enter a number and that number of DropDowns get created dynamically.There is no problem uptil this point.
Lets assume user enters 5 in the textbox so 5 DropDows are created dynamically.
Now all the DropDowns have to be cascading.My problem is When ever i change value of any Drop Down it causes postback and binds all DropDowns again. I want that if user say select 3rd Drop Down then Drop Down 1 and DropDown 2 shouldn't be re bound or changed but all the DropDowns after DropDown 3 must be updated. As in here DropDown 4 should be updated with new value selected in DropDown 3 and DropDown 5 will have no items as there is no selection in DropDown 4.
Please guide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最佳免费基于 JQuery 的解决方案
www.spcascade.org
Best Free JQuery based Solution
www.spcascade.org