提高asp.net 2.0中嵌套下拉列表的性能

发布于 2024-11-05 23:11:38 字数 95 浏览 0 评论 0原文

我有一系列嵌套的下拉列表,每次从下拉列表中选择一个项目时,都会消耗大量时间,因为我根据 pageLoad 中的选择绑定其他下拉列表。

有什么方法可以提高性能吗?

I have a series of nested dropdown lists, each time when I select an item from the dropdown list it consumes a lot of time as I am binding other dropdowns based on the selection in pageLoad.

Is there any way I can improve the performance?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

开始看清了 2024-11-12 23:11:38

如果没有代码,很难给出准确的答案,但一般来说,您可以实现页面方法和 ajax。这样就可以了。

Without code, it's hard to formulate an exact answer, but in general terms, you could implement page methods and ajax. That would do the trick.

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