I have an usercontrol(ddlcontrol.ascx) having a dropdownlist in it.It bound its data from a table.I have another usercontrol ,outer control which contains ddlcontrol.ascx. I want to get the selected item 's clieentID from the outer control for validation.........Please help