提高asp.net 2.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有代码,很难给出准确的答案,但一般来说,您可以实现页面方法和 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.