Sunday, March 11, 2012

CascadingDropDown for editing existing data.

I have same issues as well,

my workaround is not to use CascadingDropDown

I use normal dropdownlist and put them in the UpdatePanel to reach .


CascadingDropDown is intended to populate a complete list, not to modify an existing one. The above alternative seems reasonable.

No comments:

Post a Comment