I am dynamically loading items into a dropdownlist inside a listview control, after somebody selects an item first from a previous dropdownbox
So I select England in first dropdown, then I load the second dropdown dynamically with places within England
But as I am using SelectValue="<%#Bind("Place1")%>' this throws an error after selecting England from the first dropdown, so the second drop downbox throws this error
This is the error
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control
Any ideas please, I need to load the second dropdown based on the selection of the first, and to use bind() to the database as well