I've created a user control consisting of a dropdownlist. I've also set the property in the dropdownlist. Now I need to get the value of the dropdownlist in the main page's code-behind page. Can anyone tell me how to delcare the user control in the code-behind. I've tried Protected UCState1 As StateBind where UCState1 is the dropdownlist ID and StateBind is the class for the usercontrol codebehind.