PDA

View Full Version : cascading templated dropdowns


rickr48
05-24-2005, 07:07 AM
cascading dropdowns on an aspx page works fine but does not work when the two cascading dropdowns are templated in a DetailView control ??? ...

"Could not find control <name of the first dropdown> in ControlParameter <name of the parameter>"

Am I missing something???

rickr48
05-26-2005, 09:37 AM
I found the answer to my problem

Move the DataSource declaration inside of the DetailsViewInsertTemplate field which has a DropDown that's referencing that DataSource's Id andit'll be able to find controls within the details view.