开发者

Improving performance of nested dropdownlist in asp.net 2.0

开发者 https://www.devze.com 2023-03-04 15:27 出处:网络
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.

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消