Dynamically created Dropdownlists with CascadingDropdown

tyrone_dude

New member
Joined
Oct 9, 2009
Messages
1
Programming Experience
3-5
Hi Everyone,

I hope someone out there can assist.

I have a vb.net web page that on the page_load, dynamically creates dropdownlists based on data read out of a database. I then create a reference to the cascadingdropdown control and bind the control correctly to the dropdownlists.

The issue I have is that due to my dropdownlists being dynamic, they need to be re-created on each and every postback and due to this, my page seems to get into an endless refresh session and eventually locks up. This has only happened since I have tried using the CascadingDropdown control

Is there perhaps something that I have missed or maybe this isn't the way the control is meant to be used.

Any assistance would be greatly appreciated
 
Last edited:
Back
Top