I've got a user control that contains a DropDownList and nothing else. It has code behind(
VB) that gets information from a database and a property called ValueID so that I can pass it the default item from the parent page. This all works fine and selects the correct item in the dropdown.
What I cannot get to work and have tried always, is if I change the selecteditem I want to get the value and use it on the parent page, which also uses codebehind(
VB) to that I can update the database.
Thanks for any help provided