I have a user control that contains a repeater. The repeater contains some control, including a dropDownList with id 'ddlPallet'. The repeater is bound to a dataset in the user controls' Page_Load event.I have a user control that contains a repeater.