SharePoint 中的动态级联下拉菜单

发布于 2024-12-13 18:51:38 字数 422 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

油焖大侠 2024-12-20 18:51:38

最佳免费基于 JQuery 的解决方案

www.spcascade.org

Best Free JQuery based Solution

www.spcascade.org

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文