How to Improving performance of nested dropdownlist in asp.net
I am having nested dropdown list in my page, based on the selection in any of the dropdown list other dropdowns will also be changed(post back is handled in page load),But this affects the performance a lot .
I have also use update panel but i think it is not run properly.
Is there any work around to improve the performance??,
Help me with this,Thanks